Page 1 of 1

In nested try-catch block, if the inner catch block gets executed, then______________

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Program stops immediately
b) Outer catch block also executes
c) Compiler jumps to the outer catch block and executes remaining statements of the main() function
d) Compiler executes remaining statements of outer try-catch block and then the main() function