In nested try block, if inner catch handler gets executed, then______________

a. Program execution stops immediately
b. Outer catch handler will also get executed
c. Compiler will jump to the outer catch handler and then executes remaining executable statements of main()
d. Compiler will execute remaining executable statements of outer try block and then the main()

Submitted by: Administrator
d. Compiler will execute remaining executable statements of outer try block and then the main()
Submitted by:

Read Online C++ Exception Handling Job Interview Questions And Answers