How can you sort the elements of the array in descending order?
Answer Posted / rahul
By calling Sort() and then Reverse() methods.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How long has c# been around?
Where’s global assembly cache located on the system?
What is class in oops with example in c#?
How we can create an array with non-default values?
Is constructor a static method?
What is the difference between structure and class in c#?
Is type nullable c#?
What is private in c#?
What does console mean c#?
What is datagrid c#?
In .NET which is the smallest unit of execution?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What is the difference between protected and private?
Can abstract class have constructor c#?
What is lastindexof c#?