Multiple Choice
In C++ a reference parameter is declared with the syntax:
A) dataType referenceName
B) dataType* referenceName
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: To actually use a returned value, you
Q9: Passing addresses is referred to as a
Q10: In creating C++ functions, you must be
Q11: The default in C++ is to make
Q12: The names in parentheses in the header
Q14: A function returning a value must specify
Q15: Initialization of _ variables is done only
Q16: C++ provides two types of address parameters:
Q17: In a function call, the items enclosed
Q18: A function returning a value must specify,