C++ Exception Handling Question:
Download Job Interview Questions and Answers PDF
Explain benefits of Exception Handling?
Answer:
The benefits of Exception Handling are:
1. Program is not terminated abruptly
2. User will understand what errors are occurring in the program.
The three keywords for Exception Handling are:
Try, Catch and Throw.
1. Program is not terminated abruptly
2. User will understand what errors are occurring in the program.
The three keywords for Exception Handling are:
Try, Catch and Throw.
Download C++ Exception Handling Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Asynchronous Exceptions? | Explain terminate() function? |