Copy constructor will be called whenever the compiler __________
(a) Generates implicit code
(b) Generates member function calls
(c) Generates temporary object
(d) Generates object operations
The question was asked in homework.
My doubt stems from Copy Constructor in chapter Constructors and Destructors of Object Oriented Programming