Home » C++ Programming » Exception Handling » Question
  1. What function will be called when we have an uncaught exception?
    1. throw
    2. terminate
    3. catch
    4. All of above
    5. None of these
Correct Option: B

If we have an uncaught exception means, the compiler will throw the control of the program to terminate function.



Your comments will be displayed only after manual approval.