Interview Questions

How can you sort the elements of the array in descending order?

C# Interview Questions and Answers


(Continued from previous question...)

141. How can you sort the elements of the array in descending order?

By calling Sort() and then Reverse() methods.

(Continued on next question...)

Other Interview Questions