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


Please Help Members By Posting Answers For Below Questions

What are references in c++?

764


What is static function? Explain with an example

675


Define linked lists with the help of an example.

645


What is extern c++?

610


What is a singleton class c++?

630






What does override mean in c++?

683


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

727


What are the operators in c++?

763


Explain differences between new() and delete()?

705


What is the difference between interpreters and compilers?

721


What are the two shift operators and what are their functions?

668


What is the rule of three?

660


What are friend functions in C++?

716


What is a storage class?

749


What is null c++?

692