C++ Programming - Constructors and Destructors - Discussion

Discussion Forum : Constructors and Destructors - General Questions (Q.No. 10)
10.
Copy constructor must receive its arguments by __________ .
either pass-by-value or pass-by-reference
only pass-by-value
only pass-by-reference
only pass by address
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
12 comments Page 2 of 2.

Sravan said:   1 decade ago
What is the difference between pass by address and pass by reference?

Hemu jai said:   1 decade ago
Please tell me what is calling function, what is called function?


Post your comments here:

Your comments will be displayed after verification.