Vidyalelo
C++ Programming · Q68

Exception Handling in C++

Programming · C++ Programming · question 68

Q68

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
Answer
D.
Both can be handled during run-time

Answer: Option C

Solution

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