Vidyalelo
C++ Programming · Q4

Exception Handling in C++

Programming · C++ Programming · question 4

Q4

Which of the following is not a standard exception class in C++?

A.
IOException
Answer
B.
std::exception
C.
std::runtime_error
D.
std::out_of_range

Answer: Option A

Solution

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