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