Vidyalelo
C++ Programming · Q30

Exception Handling in C++

Programming · C++ Programming · question 30

Q30

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

A.
It represents errors in function calls
Answer
B.
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