1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. If inner catch handler is not able to ha...
Q.

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
Answer» C. Compiler will check for appropriate catch handler of outer try block
View all MCQs in:   CPP Programming

Discussion