InterviewSolution
Saved Bookmarks
| 1. |
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 parametersI 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++ |
|
Answer» Right OPTION is (a) A technique of C++ that allows us to write inline functions without a name |
|