Page 1 of 1

What is the correct statement about lambda expression?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) The return type of lambda expression can be neglected in some cases
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