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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How many bytes is a char c#?

934


Explain how to use an extender provider in the project.

1032


Are structs value types c#?

940


What is the purpose of reserved word using in c#?

982


What is object array in c#?

1010


Why do we use struct in c#?

1009


What is the difference between select and selectmany?

1006


What do you mean by casting a data type?

977


What is the default value of decimal in c#?

965


What do you understand by the terms datareader object and dataset object?

1025


What do you mean by jagged arrays in c#?

995


What is string programming language?

911


What does .length do in c#?

999


Why do we need encapsulation in c#?

999


What is visual c# net?

1074