Discussion :: C++ - MCQs
- Which is more effective while calling the functions?
Answer : Option B
Explanation :
In the call by reference, it will just copy the address of the variable to access it, so it will reduce the memory in accessing it.
Be The First To Comment