How can you sort the elements of the array in descending order?
Answer Posted / guest
By calling Sort() and then Reverse() methods
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of reserved word using in c#?
What is a reference type c#?
What is the difference between add and addrange in c#?
What is a static field?
How do partial classes work in c#?
Why do we need interfaces in c#?
Why var is used in c#?
What is append in c#?
what is the default access for a class
What is a copy constructor in c#?
Are there constructors in c sharp?
What is delimiter in c#?
What is default value of enum c#?
What is the advantage of constructor?
What is the execution entry point for a c# console application?