Examveda

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

Related Questions on Exception Handling in C plus plus

What is exception handling in C++?

A. A method to handle errors during runtime

B. A method to handle errors during compile time

C. A method to handle errors during linking

D. A method to handle errors during execution