Q12
Which type of constructor is automatically called when an object is created without any arguments in C++?
A.
Destructor
B.
Copy constructor
C.
Default constructor
AnswerD.
Parameterized constructor
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board