In LINQ, what does the Skip operator do?
A. Returns the number of elements in a sequence
B. Returns the last element of a sequence
C. Returns the first element of a sequence
D. Bypasses a specified number of elements and then returns the remaining elements
Answer: Option D
Join The Discussion