C++ Exception Handling Question:

What is Asynchronous Exceptions?

Tweet Share WhatsApp

Answer:

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

Download C++ Exception Handling PDF Read All 29 C++ Exception Handling Questions
Previous QuestionNext Question
What is Synchronous Exceptions?Explain benefits of Exception Handling?