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 the use of object in c++?
Explain method of creating object in C++ ?
What is pure virtual function?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is using namespace std in cpp?
Why c++ is the best language?
What information can an exception contain?
How does code-bloating occur in c++?
What is the full form of ios?
How do I run a program in notepad ++?
What is the use of register keyword with the variables?
Write about the local class and mention its use?
What is the difference between a definition and a declaration?
Describe delete operator?
What is a list c++?