Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming Quiz 215 – If the copy constructor receives its arguments by value, the copy constructor would

Question: If the copy constructor receives its arguments by value, the copy constructor would
[A].call one-argument constructor of the class
[B].work without any problem
[C].call itself recursively[D].call zero-argument constructor

Answer: Option C