What issue do auto_ptr objects address?
Answers were Sorted based on User's Feedback
Answer / ravi
auto_ptr addresses, issues relating to memory management
like, Memory Leaks and Dangling pointers.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / guest
auto_ptr also takes care of auto-initializatio and
exception safety.
| Is This Answer Correct ? | 0 Yes | 1 No |
You run a shell on unix system. How would you tell which shell are you running?
Do you know what are static and dynamic type checking?
Differentiate between a pointer and a reference with respect to c++.
Is python written in c or c++?
Why is c++ still used?
Explain bubble sorting.
What are the four main data types?
What is the use of endl?
Is c++ vector dynamic?
How can a struct in c++ differs from a struct in c?
What are the three types of access specifiers in C++?
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,