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

which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Do we have private destructors?

12 Answers   Symphony, TCS,


How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


What is the use of map in c++?

0 Answers  


daily Routine of father

0 Answers  






What do you mean by volatile and mutable keywords used in c++?

0 Answers  


What is java and c++?

0 Answers  


Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1

4 Answers   Quark,


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


Is c++ double?

0 Answers  


What is the C-style character string?

0 Answers  


Categories