Answers

Question and Answer:

  Home  C++ Exception Handling

⟩ If inner catch handler is not able to handle the exception then__________. a. Compiler will look for outer try handler b. Program terminates abnormally c. Compiler will check for appropriate catch handler of outer try block d. None of these

c. Compiler will check for appropriate catch handler of outer try block

 181 views

More Questions for you: