Multiple Choice
The default in C++ is to make passes by ____.
A) address
B) pointer
C) value
D) reference
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Variables that are created by definition statements
Q7: Static variables can be initialized using other
Q8: To actually use a returned value, you
Q9: Passing addresses is referred to as a
Q10: In creating C++ functions, you must be
Q12: The names in parentheses in the header
Q13: In C++ a reference parameter is declared
Q14: A function returning a value must specify
Q15: Initialization of _ variables is done only
Q16: C++ provides two types of address parameters: