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...

How is memory managed in C++?

Answer Posted / nashiinformaticssolutions

C++ uses manual memory management with new and delete and also provides smart pointers like std::unique_ptr and std::shared_ptr.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1946


Does c++ vector allocate memory?

1056


What is the need of a destructor? Explain with the help of an example.

1083


When does the c++ compiler create temporary variables?

1082


What is size of string in c++?

1037


Write a struct time where integer m, h, s are its members?

1013


What will happen if a pointer is deleted twice?

1248


How to declare an array of pointers to integer?

1210


What is the use of lambda in c++?

1078


Show the application of a dynamic array with the help of an example.

1188


What is a stack? How it can be implemented?

1222


What is array in c++ example?

1163


What is the auto keyword good for in c++?

1259


What are the main features of c++?

1051


What is function declaration in c++ with example?

1177