What is wrong with this statement? std::auto_ptr ptr(new char[10]);
No Answer is Posted For this Question
Be the First to Post Answer
What is data abstraction? How is it implemented in C++?
What is the purpose of a constructor? Destructor?
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
what is friend function in C++?
In C++ what do you mean by Inheritance?
What does it mean to declare a function or variable as static?
What are the advantages/disadvantages of using #define?
Do you know about Agilent PRECOMPILERS. ?
Explain why C++ is not purely Object Oriented Language
What are the different scope C++ provide ?
Find the Factorial of a number using a program.
Write a program that can take input from 3 to 8 and calculate the average?