Vidyalelo
C++ Programming · Q34

Exception Handling in C++

Programming · C++ Programming · question 34

Q34

What is the purpose of the 'std::logic_error' class in C++ exception handling?

A.
It represents errors in logical operations
Answer
B.
It represents errors in runtime logic
C.
It represents errors in memory operations
D.
It represents errors in arithmetic operations

Answer: Option A

Solution

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