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

What are the uses of c++ in the real world?

0 Answers  


What is the use of string in c++?

0 Answers  


Which programming language's unsatisfactory performance led to the discovery of c++?

0 Answers  


What is class in c++ with example?

0 Answers  


Why do we need runtime polymorphism in c++?

0 Answers  






Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What relational operators if statements in c++?

0 Answers  


Explain the scope resolution operator?

2 Answers  


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


What flag means?

0 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


What is srand c++?

0 Answers  


Categories