Science, asked by AyushKrishnan6451, 1 year ago

what is lambda expression

Answers

Answered by mersal00vetrimaran
1
A lambda expression is an anonymous function that you can use to create delegates or expression tree types. By using lambda expressions, you can write local functions that can be passed as arguments or returned as the value of function calls. ... A lambda expression is the most convenient way to create that delegate
Answered by cristal
1
 Lambda Expressions are nameless functions given as constant values. 
Similar questions