what is C++ exceptional handling?



what is C++ exceptional handling?..

Answer / Bhargov Nandan Pandey

Exceptional handling in C++ refers to the mechanism for dealing with exceptions (errors or unusual conditions) during the execution of a program. The try, catch, and throw keywords are used to handle exceptions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the use of object in c++?

1 Answers  


What is operator overloading in c++ example?

1 Answers  


Explain the concept of copy constructor?

1 Answers  


Define a pdb file.

1 Answers  


What are files in c++?

1 Answers  


What is c++ try block?

1 Answers  


Can create new c++ operators?

1 Answers  


How are Structure passing and returning implemented by the compiler?

1 Answers  


What is scope in c++ with example?

1 Answers  


What is the basic of c++?

1 Answers  


Why c++ is faster than java?

1 Answers  


What is pointer to member?

1 Answers  


Categories