Describe exception handling concept with an example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can we use clrscr in c++?

0 Answers  


What is lambda expression c++?

0 Answers  


Explain rtti.

0 Answers  


What is a map in c++?

0 Answers  


Define virtual constructor.

0 Answers  


What is virtual methods?

0 Answers  


What is the difference between interpreters and compilers?

0 Answers  


Differentiate between an inspector and a mutator ?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


What is a list c++?

0 Answers  


Is dev c++ free?

0 Answers  


Explain one-definition rule (odr).

0 Answers  


Categories