Answers

Question and Answer:

  Home  C++ Exception Handling

⟩ 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()

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

 170 views

More Questions for you: