Vidyalelo
C++ Programming · Q382

C++ miscellaneous

Programming · C++ Programming · question 382

Q382

If inner catch block is unable to handle the exception thrown then . . . . . . . .

A.
The compiler looks for the outer try-catch block
B.
Program stops abnormally
C.
The compiler will check for appropriate catch handler of the outer try block
Answer
D.
The compiler will not check for appropriate catch handler of the outer try block

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board