Vidyalelo
C++ Programming · Q10

Functions and Procedures in C++

Programming · C++ Programming · question 10

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board