Vidyalelo
C# Programming · Q18

LINQ (Language

Programming · C# Programming · question 18

Q18

What is the purpose of the Take operator in LINQ?

A.
Returns a specific element from a sequence
B.
Returns the number of elements in a sequence
C.
Returns the last element of a sequence
D.
Returns a specified number of contiguous elements from the start of a sequence
Answer

Answer: Option D

Solution

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