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