Vidyalelo
C++ Programming · Q41

Functions and Procedures in C++

Programming · C++ Programming · question 41

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
Answer
C.
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