Answer Posted / nashiinformaticssolutions
Because C++ enables dynamic memory, the user must manually manage memory instead of relying on a garbage collector function to do it. The "new" and "delete" operators are used to dynamically allocate and deallocate memory, respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the implicit member functions of class?
What is an iterator?
Explain about vectors in c ++?
What are static type checking?
Explain data encapsulation?
How is data hiding achieved in c++?
What sorting algorithm does c++ use?
what is COPY CONSTRUCTOR and what is it used for?
Explain how a pointer to function can be declared in C++?
Do class declarations end with a semicolon? Do class method definitions?
Does c++ have arraylist?
What is a storage class used in c++?
What are virtual functions in c++?
What are the types of pointer?
Explain the purpose of the keyword volatile.