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

Post New Answer

More C++ Interview Questions

Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


dynamic scoping is

0 Answers   Siemens,


What is the difference between virtual functions and pure virtual functions?

1 Answers  


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What kind of problems does name mangling cause?

0 Answers   Amazon,






what is a pragma in C++?

0 Answers   Aspire,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


If class D is derived from a base class B

0 Answers  


what do you mean by exception handling in C++?

0 Answers   Alter,


Is there a difference between class and struct?

0 Answers  


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


Tell me about virtual function

1 Answers  


Categories