In LINQ, what does the Count operator do?
A. Determines whether any element exists in a sequence that satisfies a condition
B. Determines whether all elements in a sequence satisfy a condition
C. Returns the number of elements in a sequence
D. Returns a specific element from a sequence
Answer: Option C
Join The Discussion