Home » C++ Programming » Exception Handling » Question
  1. What will happen when an exception is not processed?
    1. Crash the compiler
    2. It will eat up a lot of memory and program size
    3. Terminate the program
    4. All of above
    5. None of these
Correct Option: B

As in the case of not using an exception, it will remain useless in the program and increase the code complexity.



Your comments will be displayed only after manual approval.