Q4
In LINQ, what is the purpose of the Where operator?
A.
Projects each element of a sequence
B.
Orders the elements of a sequence
C.
Groups the elements of a sequence
D.
Filters a sequence based on a predicate
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board