Vidyalelo
C# Programming · Q42

LINQ (Language

Programming · C# Programming · question 42

Q42

In LINQ, what does the Reverse operator do?

A.
Projects each element of a sequence
B.
Filters a sequence based on a predicate
C.
Sorts the elements of a sequence in ascending order based on a key
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