Constructors and Destructors - Programming

Q1:

Copy constructor must receive its arguments by __________ .

A either pass-by-value or pass-by-reference

B only pass-by-value

C only pass-by-reference

D only pass by address

ANS:C - only pass-by-reference

No answer description is available. Let's discuss.