Vidyalelo
C++ Programming · Q616

C++ miscellaneous

Programming · C++ Programming · question 616

Q616

What is the correct statement about lambda expression?

A.
The return type of lambda expression can be neglected in some cases
Answer
B.
The return type of lambda expression must be specified in all cases
C.
Lambda expression should be very large functions
D.
Lambda expression is also available in C

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board