Q795
What is lambda expression in C++?
A.
A technique of C++ that allows us to write inline functions without a name
AnswerB.
A technique of C++ that allows us to write overloaded functions
C.
A technique of C++ that allows us to write functions that are called more than once
D.
A technique of C++ that allows us to write functions without parameters
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board