Answer:
e. a and b only
Explanation:
Question - A lambda expression is typically used ?
Solution -
The correct option is - e. a and b only
Reason -
As we know that, lambda expression is used to define anonymous function object.
So,
It is used when the function is short or the function is simple.
And it is used for the functions that are only used once.
So,
a. for functions that are only used once
b. for simple functions
a and b both parts are correct.
So,
The correct option is - e. a and b only