Q12
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board