What are lambda expressions in LINQ?

 Posted by Niladri.Biswas on 6/9/2013 | Category: LINQ Interview questions | Views: 13859 | Points: 40
Select from following answers:
  1. A lambda expression is a function with a name that calculates and returns a single value
  2. A lambda expression is a function without a name that calculates and returns a single value
  3. A lambda expression is a function without a name that calculates and returns singleton value
  4. A lambda expression is a function without a name that calculates and returns a same value
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response