Vidyalelo
C# Programming · Q12

LINQ (Language

Programming · C# Programming · question 12

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board