What are smart pointer? Whats its use?



What are smart pointer? Whats its use?..

Answer / amit wagh

Smart Pointer is basically a class implementation, which
wraps around a pointer and provided functionalities like
ownership of allocated memory proper cleanup.
Smart pointers are used when dealing with memory allocated
on heap.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is an adaptor class or wrapper class in c++?

0 Answers  


What are guid? Why does com need guids?

0 Answers  


What are the differences between a struct in C and in C++?

8 Answers   Amazon, Wipro,


What are friend functions?

1 Answers  


Do inline functions improve performance?

0 Answers  


What is an Object/Instance?

1 Answers  


What is the use of setprecision in c++?

0 Answers  


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

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


What's the best free c++ profiler for windows?

0 Answers  


Why do we use iterators?

0 Answers  


Categories