Loading practice questions
Which of the following constructors are provided by the C++ compiler if not defined in a class?
(C) All of the mentioned
Explanation:
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.