Vidyalelo
C# Programming · Q28

LINQ (Language

Programming · C# Programming · question 28

Q28

What is the purpose of the Reverse operator in LINQ?

A.
Sorts the elements of a sequence in ascending order based on a key
B.
Filters a sequence based on a predicate
C.
Projects each element of a sequence
D.
Reverses the order of the elements in a sequence
Answer

Answer: Option D

Solution

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