Multiple Choice
When a function needs access to an original argument passed to it, for example in order to change its value, the argument needs to be
A) passed by value.
B) passed into a reference parameter.
C) a static variable.
D) an integer.
E) a constant.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: In a function call, in addition to
Q7: In the following statement, what is 22.0?<br>Cout
Q8: An overloaded function is one<br>A) that calls
Q9: In C++ global and local numeric variables
Q10: One reason for using functions is to
Q13: The _ statement causes a function to
Q14: A static local variable is one<br>A) whose
Q15: When used as a parameter, a _
Q16: When only a copy of an argument
Q19: It is possible for a function to