Q10
What happens if an exception is thrown but not caught in C++?
A.
The program terminates abruptly
AnswerB.
The program continues execution normally
C.
The program waits indefinitely
D.
The exception is automatically caught
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board