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: Option D
Join The Discussion