Vidyalelo
C++ Programming · Q59

Functions and Procedures in C++

Programming · C++ Programming · question 59

Q59

Which is more effective while calling the functions?

A.
call by value
B.
call by reference
Answer
C.
call by pointer
D.
call by object

Answer: Option B

Solution

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