Q25
In LINQ, what does the Aggregate operator do?
A.
Projects each element of a sequence and flattens the resulting sequences
B.
Filters a sequence based on a predicate
C.
Performs a custom aggregation operation on the elements of a sequence
AnswerD.
Orders the elements of a sequence
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board