Multiple Choice
A reference parameter:
A) Is an alias for its corresponding argument.
B) Is declared by following the parameter's type in the function prototype by an ampersand (&) .
C) Cannot be modified.
D) Both (a) and (b) .
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which of the following is false?<br>A) An
Q10: Converting from type _ to type _
Q11: What value does function mystery return when
Q12: When an argument is passed-by-value, changes in
Q13: Recursion is memory-intensive because:<br>A) Recursive functions tend
Q15: Which of the following is true of
Q16: Which of the following does the C++
Q17: The rand function generates a data value
Q18: Each standard library has a corresponding:<br>A) Function.<br>B)
Q19: C++11's unsigned long long int type (which