Vidyalelo
C# Programming · Q3

LINQ (Language

Programming · C# Programming · question 3

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
Answer
D.
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