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++?

Answers were Sorted based on User's Feedback



How is memory managed in C++?..

Answer / nashiinformaticssolutions

Because C++ enables dynamic memory, the user must manually manage memory instead of relying on a garbage collector function to do it. The "new" and "delete" operators are used to dynamically allocate and deallocate memory, respectively.

Is This Answer Correct ?    0 Yes 0 No

How is memory managed in C++?..

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

More C++ General Interview Questions

What do you mean by inheritance in c++?

0 Answers  


What is polymorphism and its type in c++?

0 Answers  


Write the program form Armstrong no in c++?

11 Answers   HCL,


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


Which algorithm do you like the most? Why?

2 Answers   Google,


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


What is design pattern?

2 Answers   Samsung,


What is the limitation of cin while taking input for character array?

0 Answers  


Can c++ do everything c can?

0 Answers  


Does improper inheritance have a potential to wreck a project?

0 Answers  


Where do I find the current c or c++ standard documents?

0 Answers  


What is an Object/Instance?

1 Answers  


Categories