Vidyalelo
C++ Programming · Q802

C++ miscellaneous

Programming · C++ Programming · question 802

Q802

In nested try catch blocks, if both inner and outer catch blocks are unable to handle the exception thrown, then . . . . . . . .

A.
Compiler executes only main()
B.
Compiler throws compile time errors about it
C.
Program will run without any interrupt
D.
Program will be termianted abnormally
Answer

Answer: Option D

Solution

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