Home » C++ Programming » Exception Handling » Question
  1. Which handler is used to handle all types of exception?
    1. catch-none handler
    2. catch handler
    3. catch-all handler
    4. All of above
    5. None of these
Correct Option: C

To catch all types of exceptions, we use the catch-all handler.



Your comments will be displayed only after manual approval.