Answer Posted / ravi
auto_ptr addresses, issues relating to memory management
like, Memory Leaks and Dangling pointers.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between class and struct in c++?
What is meant by iomanip in c++?
What is a wchar_t in c++?
Is c++ primer good for beginners?
What is the use of turbo c++?
What would happen on forgetting [], while deallocating an array through new?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Carry out conversion of one object of user-defined type to another?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Is c++ proprietary?
What do you understand by a pure virtual member function?
What is the best book for c++ beginners?
Why use of template is better than a base class?
What is a container class?
What are c++ storage classes?