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
D. Orders the elements of a sequence
Answer: Option C
Join The Discussion