Examveda

What is the difference between error and exception?

A. Both are the same

B. Errors can be handled at the run-time but the exceptions cannot

C. Exceptions can be handled at the run-time but the errors cannot

D. Both can be handled during run-time

Answer: Option C


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