Which among the following is true for copy constructor?

Which among the following is true for copy constructor? Correct Answer It can be defined with zero arguments

It can’t be defined with zero number of arguments. This is because to copy one object to another, the object must be mentioned so that compiler can take values from that object.

Related Questions

Copy constructor is a constructor which ________________