Q84
What will happen when the handler is not found for an exception?
A.
calls the standard library function terminate()
AnswerB.
raise an error
C.
executes the remaining block
D.
raise an error and executes the remaining block
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board