Page 1 of 1

What is lambda expression in C++?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
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