Answer Posted / nashiinformaticssolutions
C++ uses manual memory management with new and delete and also provides smart pointers like std::unique_ptr and std::shared_ptr.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program which uses Command Line Arguments
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Is c++ low level?
What are move semantics?
What does the ios::ate argument do?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
How is data hiding achieved in c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
Is it possible to write a c++ template to check for a function's existence?
What does iomanip mean in c++?
Why are pointers not used in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the purpose of template?
How does the copy constructor differ from the assignment operator (=)?
What is a class definition?