Home » C++ Programming » Exception Handling » Question
  1. What will happen when the handler is not found for an exception?
    1. raise an error
    2. executes the remaining block
    3. calls the standard library function terminate()
    4. All of above
    5. None of these
Correct Option: C

calls the standard library function terminate()



Your comments will be displayed only after manual approval.