What is lambda expression in C++?
A. A technique of C++ that allows us to write inline functions without a name
B. 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

Join The Discussion