What is lambda in c++?



What is lambda in c++?..

Answer / Chandra Kumar Jaisawal

Lambda functions, or simply lambdas, are unnamed functions that you can define and use immediately without having to create a separate function. They were introduced in C++11.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the difference between C and CPP?

1 Answers   iNautix,


What is == in programming?

1 Answers  


Define stacks. Provide an example where they are useful.

1 Answers  


Write my own zero-argument manipulator that should work same as hex?

1 Answers  


What are c++ redistributables?

1 Answers  


What is the benefit of learning c++?

1 Answers  


Can you pass an array to a function in c++?

1 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Can you write a function similar to printf()?

1 Answers  


How does a C++ structure differ from a C++ class?

1 Answers   NIIT,


What are the three types of access specifiers in C++?

1 Answers  


What is c++ stringstream?

1 Answers  


Categories