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
What is the difference between mutex and binary semaphore?
Difference between a copy constructor and an assignment operator.
daily Routine of father
What do you mean by delegate? Can a user retain delegates?
Explain terminate() function?
What is meant by the term name mangling in c++?
What do you mean by public protected and private in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Do you know what are static and dynamic type checking?
Where are setjmp and longjmp used in c++?
Is there any difference between int [] a and int a [] in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is an iterator class in c++?
How a new element can be added or pushed in a stack?
What are default parameters? How are they evaluated in c++ function?