How the memory management in vectors are being done. What
happens when the heap memory is full, and how do you handle it ?
No Answer is Posted For this Question
Be the First to Post Answer
What is virtual destructors? Why they are used?
What are the c++ access specifiers?
Why is it called c++?
What are the benefits of oop in c++?
What do you mean by inheritance in c++?
What is the use of endl in c++?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What are the benefits of pointers?
Explain rtti.
Why c++ is created?
Explain calling an object's member function(declared virtual)from its constructor?
How the endl and setw manipulator works?