Vidyalelo
C++ Programming · Q9

Exception Handling in C++

Programming · C++ Programming · question 9

Q9

Which function is used to retrieve the description of the exception in C++?

A.
get_message()
B.
what()
Answer
C.
catch_msg()
D.
exception_desc()

Answer: Option B

Solution

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