Vidyalelo
C++ Programming · Q84

Functions and Procedures in C++

Programming · C++ Programming · question 84

Q84

What will happen when the handler is not found for an exception?

A.
calls the standard library function terminate()
Answer
B.
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