0 votes
in C Sharp by
How we can sort the array elements in descending order in C#?

1 Answer

0 votes
by

“Sort()” method is used with “Reverse()” to sort the array in descending order.

...