Vidyalelo
C++ Programming · Q43

Exception Handling in C++

Programming · C++ Programming · question 43

Q43

Which statement about exception handling in C++ is true?

A.
An exception thrown inside a 'try' block must always be caught
Answer
B.
An exception thrown inside a 'catch' block must always be rethrown
C.
An exception can only be caught once
D.
An exception can only be thrown once

Answer: Option A

Solution

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