Q3
What is the purpose of the Select operator in LINQ?
A.
Groups the elements of a sequence
B.
Orders the elements of a sequence
C.
Projects each element of a sequence
AnswerD.
Filters a sequence based on a predicate
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board