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
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }
What is bool in C++
what is friend function in C++?
Find the Factorial of a number using a program.
Factory Method C++ – How to delete pointers returned by it
What is the difference between malloc, calloc and realloc?
What is the difference between an ARRAY and a LIST in C++?
Can we provide one default constructor for our class?
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
What is the difference between member functions and static member functions?
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
Explain function prototypes in C++.