Vidyalelo
C# Programming · Q16

LINQ (Language

Programming · C# Programming · question 16

Q16

What is the purpose of the SelectMany operator in LINQ?

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

Answer: Option D

Solution

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