Answer Posted / 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 View All Answers
What is operator overloading in c++ example?
How do you declare A pointer to a function which receives nothing and returns nothing
what is upcasting in C++?
Differentiate between a constructor and a destructor in c++.
What is the advantage of c++ over c?
Do you know about latest advancements in C++ ?
How is c++ used in the real world?
Can c++ do everything c can?
Define a conversion constructor?
What is capacity in vector in c++?
What is a pointer with example?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Can you declare an array without a size in c++?
what are the characteristics of Class Members in C++?
What is data type in c++?