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: Option D
Join The Discussion