How can you sort the elements of the array in descending
order?
Answer Posted / swapna
By calling Sort() and Reverse() methods we can sort the
elements in descending order.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between out and ref in c#?
What is fcl in c#?
What is the console on a mac?
Why do we use generics in c#?
What are extension methods and where can we use them?
What exactly happens when we debug and build the program?
How to transpose multi-dimensional array?
What is default access specifier for class in c#?
What is hashset c#?
Can interface have virtual methods in c#?
What Is A Multicast Delegate?
What is the difference between CONST and READONLY?
What does exclamation mark mean c#?
What is dictionary and hashtable in c#?
How does split work in c#?