C++ Exception Handling Question:

What is Synchronous Exceptions?

Tweet Share WhatsApp

Answer:

Errors that occur due to incorrect input data or incorrect handling of array indices (“out of range index”), memory overflow are known as Synchronous Exceptions

Download C++ Exception Handling PDF Read All 29 C++ Exception Handling Questions
Previous QuestionNext Question
Describe exceptions in C++?What is Asynchronous Exceptions?