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 exception handling in C++?



What is exception handling in C++?..

Answer / nashiinformaticssolutions

Exception handling in C++ is implemented using try, catch, and throw blocks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Why is polymorphism useful?

0 Answers  


What is function prototyping? What are its advantages?

0 Answers  


Should the this pointer can be used in the constructor?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


What are the steps in the development cycle?

0 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


Is c++ a good first language to learn?

0 Answers  


What is the function of the keyword ‘volatile’ in C++?

1 Answers  


What is the advantage of an external iterator.

0 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


WHO DEVELOPED C++?

6 Answers  


Categories