C++ Exception Handling Question:

What is Asynchronous Exceptions?

C++ Exception Handling Interview Question
C++ Exception Handling Interview Question

Answer:

The errors that are caused by events that are beyond control of the program are Asynchronous Exceptions. E.g. Keyboard interrupts


Previous QuestionNext Question
What is Synchronous Exceptions?Explain benefits of Exception Handling?