Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is the difference between cin.read() and cin.getline()?

1132


What are guid?

1307


Which software is best for coding?

1099


Describe private, protected and public – the differences and give examples.

1267


Is it possible for the objects to read and write themselves?

1167


What type of question are asked in GE code writing test based on c++ data structures and pointers?

4030


What is the output of the following program? Why?

1200


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1118


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

1221


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

1259


What are the 4 types of library?

1247


What is a singleton c++?

1047


What is dev c++ used for?

1083


Explain about templates of C++.

1203


Explain what are mutator methods in c++?

1184