Vidyalelo
C++ Programming · Q59

Exception Handling in C++

Programming · C++ Programming · question 59

Q59

By default, what a program does when it detects an exception?

A.
Continue running
B.
Results in the termination of the program
Answer
C.
Calls other functions of the program
D.
Removes the exception and tells the programmer about an exception

Answer: Option B

Solution

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