What is the use of lambda in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is the benefit of learning c++?

0 Answers  


You want to link a c++ program to c functions. How would you do it?

0 Answers  


How many storage classes are available in C++?

1 Answers  


What is the difference between public, private, and protected access?

0 Answers  


What is difference between array and vector in c++?

0 Answers  


How to construct muliton object

2 Answers   Symphony, TCS,


Tell me can a pure virtual function have an implementation?

0 Answers  


What is encapsulation in C++? Give an example.

0 Answers   HAL, Honeywell, Zomato,


Define namespace in c++?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


What is conditions when using boolean operators?

0 Answers  


Categories