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 |
Is overriding possible in c++?
What do you mean by storage classes?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What's the order in which the local objects are destructed?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How many namespaces are there in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Define a conversion constructor?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Can you please explain the difference between overloading and overriding?
What is a c++ vector?
What is the use of data hiding?