Vidyalelo
C++ Programming · Q1

Exception Handling in C++

Programming · C++ Programming · question 1

Q1

What is exception handling in C++?

A.
A method to handle errors during runtime
Answer
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

Answer: Option A

Solution

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