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

What are the four partitions in which c++ compiler divides the ram?

0 Answers  


Describe protected access specifiers?

0 Answers  


How to implement is-a and has-a class relationships?

0 Answers  


We use library functions in the program, in what form they are provided to the program?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


What does I ++ mean in c++?

0 Answers  


Is c++ proprietary?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


What is a conversion constructor?

1 Answers  


Name four predefined macros.

0 Answers  


Check for Balanced Parentheses using Stack?

1 Answers  


How long does it take to get good at leetcode?

0 Answers  


Categories