What is the purpose of the 'std::logic_error' class in C++ exception handling?
A. It represents errors in logical operations
B. It represents errors in runtime logic
C. It represents errors in memory operations
D. It represents errors in arithmetic operations
Answer: Option A
Join The Discussion