ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following constructors are provided by the C++ compiler if not defined in a class?
Correct Answer: C — All of the mentioned
If a programmer does not define the above constructors in a class the C++ compiler by default provides these constructors to avoid error on basic operations.