Vidyalelo
C# Programming · Q7

Arrays and Strings in C Sharp

Programming · C# Programming · question 7

Q7

Which method in C# is used to sort the elements of an array in ascending order?

A.
Array.Sort()
Answer
B.
Array.Reverse()
C.
Array.Find()
D.
Array.IndexOf()

Answer: Option A

Solution

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