Login
Remember
Register
Ask a Question
How we can sort the array elements in descending order in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
How we can sort the array elements in descending order in C#?
sort-array
array-sort
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
“Sort()” method is used with “Reverse()” to sort the array in descending order.
...