What is exception handling? Does c++ support exception handling?


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

Post New Answer

More C++ General Interview Questions

What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


Why was c++ created?

0 Answers  


Is c++ an oop?

0 Answers  


Why can templates only be implemented in the header file?

0 Answers  


What are iterators in c++?

0 Answers  






when can we use copy constructor?

6 Answers   HP,


Define basic type of variable used for a different condition in C++?

0 Answers  


What are the advantages of inheritance in c++?

0 Answers  


What is the use of this pointer in c++?

0 Answers  


What is array give example?

0 Answers  


What is microsoft c++ redistributable 2013?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


Categories