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 / snigdhadeb

Memory management operators are "new" and "delete".

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data abstraction? How is it different from data encapsulation?

1055


What methods can be overridden in java?

1348


What are enumerations?

1153


What do you understand by a pure virtual member function?

1070


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

1158


What is the difference between c++ and turbo c++?

1308


What are the c++ access specifiers?

1484


When should you use global variables?

1289


How do you clear a buffer in c++?

1009


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

2081


How important is c++?

1036


What are pointers used for c++?

1107


Differentiate between the manipulator and setf( ) function?

1315


What is long in c++?

1304


What is the use of default constructor?

1148