Q30
What is the purpose of the 'std::bad_function_call' class in C++ exception handling?
A.
It represents errors in function calls
AnswerB.
It represents errors in lambda expressions
C.
It represents errors in function pointers
D.
It represents errors in function templates
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board