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

What are instance fields in c#?

0 Answers  


Is c sharp open source?

0 Answers  


What is difference between il and dll ?

0 Answers  


What is thread in c#?

0 Answers  


What is out int in c#?

0 Answers  


What is the difference between readonly and const

4 Answers   Emphasis,


How do I create multifile assembly?

0 Answers  


What is dictionary collection in c#?

0 Answers  


what are the differences b/w structure and class?

10 Answers  


How to generate strong name key file or which command is used to generated strong name key file?

0 Answers   CitiusTech,


Where’s global assembly cache located on the system?

0 Answers  


What is difference between array and collection in c#?

0 Answers  


Categories