Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


What are issues if we mix new and free in C++?

0 Answers  


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


explain the term 'resource acquisition is initialization'?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Write a C++ Program to Find whether given Number is Odd or Even.

1 Answers  


What is C++11?

1 Answers   Adobe,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


How can a C function be called in a C++ program?

0 Answers  


If class D is derived from a base class B

0 Answers  


How does stack look in function calls? Write a recursive function call, how will the stack look like?

0 Answers   Adobe,


How to run C++ program in cmd

0 Answers  


Categories