Home » C++ Programming » Exception Handling » Question
  1. How many types of exception handling are there in c++?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

There are two types of exception handling in c++. They are synchronous exception handling and asynchronous exception handling.



Your comments will be displayed only after manual approval.