Q10
What is the purpose of passing arguments by reference in C++ functions?
A.
Ensures the function receives correct arguments
B.
Reduces the memory consumption of the function
C.
Improves performance of the function
D.
Allows changes made to the arguments to reflect outside the function
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board