why all c++ program must have default constructor?
Answer Posted / ashutosh shashi
To initialized objects of class, if you do not create your
own.Its a inbuilt feature of C++ compiler.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the full form of stl in c++?
What are the differences between the function prototype and the function defi-nition?
Why do we use templates?
Explain the term memory alignment?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Is swift a good first language?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Is std :: string immutable?
What is the size of integer variable?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What is a node class in c++?
What are the manipulators in c++?
Give an example of run-time polymorphism/virtual functions.
Why was c++ created?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?