Q41
In C++, what is a lambda function?
A.
A function that takes no arguments and returns nothing
B.
An anonymous function that can be used as an argument to other functions
AnswerC.
A function that automatically adjusts its return type
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board