What is the purpose of the 'std::bad_function_call' class in C++ exception handling?
A. It represents errors in function calls
B. It represents errors in lambda expressions
C. It represents errors in function pointers
D. It represents errors in function templates
Answer: Option A
Join The Discussion