How can you sort the elements of the array in descending order?
Answer Posted / rambabu
By calling Sort() and then Reverse() methods.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does int parse do in c#?
How do I unload an application domain?
What is the console on a mac?
How can I make sure my c# classes will interoperate with other .net languages?
What are data types in C#?
What is master page in asp net c#?
What is the compiler of c#?
Is var a data type?
Can interface have virtual methods in c#?
What are sorted lists?
What is a event in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
What is data quality assurance?
What is the purpose of static?
What is the difference between dispose() and finalize() methods in c#?