Answers

Question and Answer:

  Home  C++ Exception Handling

⟩ In nested try blocks, if both inner and outer catch handlers are not able to handle the exception, then______________. a. Compiler executes only executable statements of main() b. Compiler issues compile time errors about it c. Program will be executed without any interrupt d. Program will be terminated abnormally

d. Program will be terminated abnormally

 169 views

More Questions for you: