Multiple Choice
Passing addresses is referred to as a function ____.
A) pass by value
B) pass by reference
C) call by value
D) pass by copy
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Where and how long a variable s
Q5: A variable is said to be alive
Q6: Variables that are created by definition statements
Q7: Static variables can be initialized using other
Q8: To actually use a returned value, you
Q10: In creating C++ functions, you must be
Q11: The default in C++ is to make
Q12: The names in parentheses in the header
Q13: In C++ a reference parameter is declared
Q14: A function returning a value must specify