Q39
What is the purpose of the Reverse() method when applied to an array in C#?
A.
Sorts the elements of the array
B.
Throws an exception
C.
Reverses the order of elements in the array
AnswerD.
Returns a copy of the array in reverse order
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board