Home » C++ Programming » Exception Handling » Question
  1. How many runtime error messages associated with exception?
    1. infinite
    2. 5
    3. 4
    4. 2
    5. None of these
Correct Option: C

There are four runtime error messages associated with exceptions.They are overflow_error, range_error, system_error and underflow_error.



Your comments will be displayed only after manual approval.