Vidyalelo
C# Programming · Q39

Arrays and Strings in C Sharp

Programming · C# Programming · question 39

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
Answer
D.
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