Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 30)
30.
When you pass a variable _____, C++ passes only the contents of the variable to the receiving function
by reference
by value
globally
locally
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Sukanya said:   1 decade ago
In pass by value, only values are passed from the calling function to the called function, while in pass by reference, the address is passed.

Post your comments here:

Your comments will be displayed after verification.