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
I have been asked this question by my school principal while I was bunking the class.
The query is from Lambda Expressions in section C++ Advanced of C++