Q43
Which statement about exception handling in C++ is true?
A.
An exception thrown inside a 'try' block must always be caught
AnswerB.
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