

MCQOPTIONS
Saved Bookmarks
1. |
When you pass a variable _____, C++ passes only the contents of the variable to the receiving function |
A. | by reference |
B. | by value |
C. | globally |
D. | locally |
Answer» C. globally | |