OOPs Concept Doubt

Here is the question, please explain why answer is c?
Q­2 Which of the following is incorrect with respect to constructors in C++?
A) A constructor can call member function of its class.
B) If the default constructor is defined explicitly then, compiler will not
define the constructor implicitly, it calls the constructor implicitly.
C) A constructor cannot dynamically allocate for an object at the time of
their construction.
D) These cannot be static

hello @Sakshi2004

ClassName  objectName=new ClassName() ;//  we  do this right? at the time of dynamic object creation. className() is nothing constructor allocated to the object which we are invoking

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.