Vidyalelo
C++ Programming · Q10

Exception Handling in C++

Programming · C++ Programming · question 10

Q10

What happens if an exception is thrown but not caught in C++?

A.
The program terminates abruptly
Answer
B.
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