Home » C++ Programming » Exception Handling » Question
  1. What will happen when the exception is not caught in the program?
    1. block of that code will not execute
    2. program will execute
    3. error
    4. All of above
    5. None of these
Correct Option: C

error



Your comments will be displayed only after manual approval.