Select from following answers:- Array.Sort()

- Array.SortAscending()
- Array.Ascending()
- Array.Order()
- All Above
Array.Sort() is the method used to sort an array in the ascending order.
By default it will return the array elements in ascending order when we call Array.Sort().
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator