what do you mean by memory management operators
Answer Posted / rasool
Memory management in C++ is normally done using
keywords 'new' and 'delete'.
'new' takes the place of 'malloc' and 'delete' for 'free'.
http://publib.boulder.ibm.com/infocenter/lnxpcomp/v7v91/inde
x.jsp?
topic=/com.ibm.vacpp7l.doc/language/ref/clrc05cplr199.htm
might speak more.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is data hiding c++?
List different attributes in C++?
What is a c++ object?
Is it possible for a member function to delete the pointer, named this?
What are friend classes?
Is c++ an integer?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Define friend function.
Why #include is used?
Tell me an example where stacks are useful?
What is array give example?
What are the various storage classes in C++?
What is virtual function? Explain with an example
What are pointer-to-members? Explain.
Do vectors start at 0 c++?