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

Post New Answer

More C++ General Interview Questions

What is virtual destructors? Why they are used?

1 Answers  


What are the c++ access specifiers?

1 Answers  


Why is it called c++?

0 Answers  


What are the benefits of oop in c++?

0 Answers  


What do you mean by inheritance in c++?

0 Answers  






What is the use of endl in c++?

0 Answers  


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

0 Answers   Maxobiz,


What are the benefits of pointers?

0 Answers  


Explain rtti.

0 Answers  


Why c++ is created?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


How the endl and setw manipulator works?

0 Answers  


Categories