Answer Posted / guest
auto_ptr also takes care of auto-initializatio and
exception safety.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ios :: in in c++?
What is object file? How can you access object file?
Why should you learn c++?
Can member data be public?
which operator is used for performing an exponential operation a) > b) ^ c) none
How do I start a c++ project?
Explain stack & heap objects?
What are the three forms of cin.get() and what are their differences?
What are the advantages of using pointers in a program?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Can I run c program in turbo c++?
Do you know what is overriding?
Is map thread safe c++?
Why do we use classes in programming?
What is a Default constructor?