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
What is the best ide for c++?
What is the use of main function in c++?
What is low level language in simple words?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Which programming language's unsatisfactory performance led to the discovery of c++?
What does n mean in c++?
If dog is a friend of boy, is boy a friend of dog?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is the sequence of destruction of local objects?
Explain the difference between struct and class in terms of access modifier.
How can I learn c++ easily?
Differences between private, protected and public and give examples.
Is c++ platform dependent?
What is the use of default constructor?
What are associate containers?