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
C. A function that automatically adjusts its return type
D. None of the above
Answer: Option B

Join The Discussion