what do you mean by memory management operators
Answer Posted / snigdhadeb
Memory management operators are "new" and "delete".
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is #include iostream in c++?
Describe linked list using C++ with an example.
What is tellg () in c++?
What are friend classes? What are advantages of using friend classes?
What is class definition in c++ ?
What is a manipulative person?
Is c++ an integer?
What is the function of I/O library in C++ ?
What are the steps in the development cycle?
What is class invariant in c++?
What is struct c++?
Which c++ operator cannot overload?
Why iomanip is used in c++?
Explain about Garbage Collector?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?