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 are smart pointers?

Answers were Sorted based on User's Feedback



What are smart pointers?..

Answer / nashiinformaticssolutions

• Smart pointers like std::unique_ptr, std::shared_ptr, and std::weak_ptr manage dynamic memory automatically, preventing memory leaks.

Is This Answer Correct ?    0 Yes 0 No

What are smart pointers?..

Answer / glibwaresoftsolutions

• Smart pointers like std::unique_ptr, std::shared_ptr, and std::weak_ptr manage dynamic memory automatically, preventing memory leaks.

Is This Answer Correct ?    0 Yes 0 No

What are smart pointers?..

Answer / hr@tgksolutions.com

• Smart pointers like std::unique_ptr, std::shared_ptr, and std::weak_ptr manage dynamic memory automatically, preventing memory leaks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is c++ map a hash table?

0 Answers  


Explain the difference between new() and malloc() in c++?

0 Answers  


How to avoid a class from instantiation?

8 Answers   Symphony,


Explain the auto storage classes in c++.

0 Answers  


How a pointer differs from a reference?

0 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


Can we have "Virtual Constructors"?

10 Answers   TCS,


what is smart pointer & use of the smart pointer ???

2 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


What is implicit conversion/coercion in c++?

1 Answers  


What is the use of structure in c++?

0 Answers  


Do inline functions improve performance?

0 Answers  


Categories