Vidyalelo
C++ Programming · Q795

C++ miscellaneous

Programming · C++ Programming · question 795

Q795

What is lambda expression in C++?

A.
A technique of C++ that allows us to write inline functions without a name
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board