Q5
What is the purpose of the 'catch' block in exception handling in C++?
A.
To throw exceptions
B.
To define the block of code that may generate exceptions
C.
To catch and handle exceptions
AnswerD.
To handle errors during compile time
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board