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 delimiter in c#?
What is difference between managed and unmanaged code?
What is literal control
What is icomparer in c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is the difference between new and override in c#?
What is datetime parse in c#?
Explain About .NET Remoting and types of remoting
What do you mean by thread safe in c#?
What does console readkey do in c#?
What is difference between gridview and form view?
How do you achieve polymorphism in c#?
How do you serialize an object?
Can int be null in c#?
What is the advantage of dependency injection?