Vidyalelo
C++ Programming · Q6

Exception Handling in C++

Programming · C++ Programming · question 6

Q6

Which of the following is not a part of the exception handling mechanism in C++?

A.
try block
B.
throw keyword
C.
assert function
Answer
D.
catch block

Answer: Option C

Solution

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