Answer Posted / pushparaj pentakota
representing in-line function in the form of an expression
is called lamda expression.this lamda expression acts as an
input to aggrigate methods like avg(),sum() etc...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does return work in c#?
What are the 2 kinds of data type conversions in c#?
Can an abstract class inherit from another abstract class c#?
Difference between call by value and call by reference in C#?
Why do we need generics?
What do you know about Translate Accelerator?
Why do we use static methods in c#?
How to get the sum of last 3 items in a list using lambda expressions?
What is difference between static and readonly in c#?
Define c# i/o classes?
The int maps to which C# keyword in .NET type?
What is a decimal in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
what is IEquatable
what is difference between is and as operators in c#?