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
Is it possible to use a new for the reallocation of pointers ?
What is null and void pointer?
Is c++ map a hash table?
What are containers in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is std::move?
What is the size of a vector?
Difference between Abstraction and encapsulation in C++?
Is c++ platform dependent?
When do we use copy constructors?
What are the weaknesses of C++?