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 is c++ redistributable?
What is data type in c++?
Explain the concept of copy constructor?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What are the two types of comments?
What does it mean to declare a member function as static?
what kind of projects are suitable for c and c++
Can comments be nested?
Can we define a constructor as virtual in c++?
Explain linked list using c++ with an example?
What is setfill c++?
What are the two shift operators and what are their functions?
What are arrays c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Why is the function main() special?