Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Lambda Expression?



What is Lambda Expression?..

Answer / sameer

A lambda expression is an anonymous function that can
contain expressions and statements
Syntax: delegate int del(int i);
del myDelegate = x => x * x;
int j = myDelegate(5); //j = 25

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is string nullable in c#?

0 Answers  


What is a string c#?

0 Answers  


What is difference between write and writeline in c#?

0 Answers  


What is the difference between protected and internal in c#?

0 Answers  


What is parsing? How to parse a date time string?

0 Answers  


What are virtual destructors?

0 Answers   InfoAxon Technologies,


What is private and shared assembly?

0 Answers  


What is the namespace for the thread class?

0 Answers  


What is binding in c#?

0 Answers  


how background thread access to ui control?

0 Answers   HCL,


what is difference between destruct or and garbage collection ?

0 Answers   Wipro,


What happens if you add duplicate elements to a set?

0 Answers  


Categories