List the issue that the auto_ptr object handles?
Explain friend class?
What do you mean by early binding?
What does std mean in c++?
How would you use the functions memcpy(), memset(), memmove()?
What is a constant? Explain with an example.
What are stacks?
Describe new operator and delete operator?
Name the implicit member functions of a class.
Describe friend function & its advantages.
What is the difference between new() and malloc()?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Will this c++ program execute or not?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Tell me difference between constant pointer and pointer to a constant.