Vidyalelo
C# Programming · Q24

LINQ (Language

Programming · C# Programming · question 24

Q24

What is the purpose of the SkipWhile operator in LINQ?

A.
Bypasses a specified number of elements from the start of a sequence
B.
Bypasses a specified number of elements and then returns the remaining elements
C.
Bypasses elements in a sequence after a specified condition becomes true
D.
Bypasses elements in a sequence until a specified condition becomes false
Answer

Answer: Option D

Solution

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