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 a lambda expression in c#?

Answers were Sorted based on User's Feedback



What is a lambda expression in c#?..

Answer / nashiinformaticssolutions

• An anonymous function introduced in C++11, defined as:
• [capture_list](parameters) -> return_type { body }

Is This Answer Correct ?    0 Yes 0 No

What is a lambda expression in c#?..

Answer / glibwaresoftsolutions

• An anonymous function introduced in C++11, defined as:
• [capture_list](parameters) -> return_type { body }

Is This Answer Correct ?    0 Yes 0 No

What is a lambda expression in c#?..

Answer / hr@tgksolutions.com

• An anonymous function introduced in C++11, defined as:
• [capture_list](parameters) -> return_type { body }

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Give examples for value types?

0 Answers  


what is IComparable

0 Answers   Wipro,


What is a dll in c#?

0 Answers  


Can you put two constructor with the same structure in a class?

0 Answers  


Differentiate between copy and default constructor.

0 Answers   TCS,


What is meant by enumerable in c#?

0 Answers  


What's difference about switch statements in C# ?

1 Answers  


what is the syntax to inherit from a class in c#?

0 Answers   Siebel Systems,


What is difference between iqueryable and ienumerable in c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


What is string class in c#?

0 Answers  


Can you use foreach iteration on arrays in c#?

0 Answers  


Categories