Vidyalelo
C# Programming · Q11

LINQ (Language

Programming · C# Programming · question 11

Q11

What is the purpose of the GroupBy operator in LINQ?

A.
Groups the elements of a sequence based on a key
Answer
B.
Orders the elements of a sequence based on a key
C.
Filters a sequence based on a predicate
D.
Projects each element of a sequence

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board