-
What will happen when an exception is not processed?
-
- Crash the compiler
- It will eat up a lot of memory and program size
- Terminate the program
- All of above
- 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.