Loading practice questions
If programmer doesn’t define any copy constructor then _____________
Correct Answer: A — Compiler provides an implicit copy constructor
Explanation:
The compiler provides an implicit copy constructor. It is not mandatory to always create an explicit copy constructor. The values are copied using implicit constructor only.