why all c++ program must have default constructor?
Answer Posted / jayakrishna
In c++ we have constructors for initialising the values for
the variables where destructors are present in order to
deallocate the the memory after completion of the work.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What's the "software peter principle”?
What is ios in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is microsoft c++ redistributable 2013?
How a macro differs from a template?
Which software is used to run c++ program?
Why struct is used in c++?
What are the basics of local (auto) objects?
what is COPY CONSTRUCTOR and what is it used for?
How do you decide which integer type to use?
What is name hiding in c++?
How the keyword struct is different from the keyword class in c++?
How do pointers work?
What is a catch statement?