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

when can we use virtual destructor?

7 Answers   HCL, HP, Virage Logic,


What is encapsulation in C++? Give an example.

0 Answers   HAL, Honeywell, Zomato,


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 == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


What are abstract data types in c++?

0 Answers  


What is diamond problem in c++?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


What is an inclusion guard?

0 Answers  


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

0 Answers  


What is the hardest coding language to learn?

0 Answers  


What is auto used for in c++?

0 Answers  


Categories