Multiple Choice
When an argument is passed by reference
A) a variable is created in the function to hold the argument's value.
B) the function cannot access the argument's value.
C) a temporary variable is created in the calling program to hold the argument's value.
D) the function accesses the argument's original value in the calling program.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: When a function returns a value, the
Q11: What will be the output of the
Q12: Which of the following feature is not
Q13: What will be the output of the
Q14: The operators that cannot be overloaded is<br>A)*<br>B)-<br>C)::<br>D)()
Q16: A static local variable is used to<br>A)make
Q17: What is the compilation error for this
Q18: Objects of the string class<br>A)are zero-terminated.<br>B)can be
Q19: The extraction operator (>>) stops reading a
Q20: The compiler will complain if you try