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 the predicate of a sentence?
What is a cs file?
Does c# support templates?
i want o/p 011242110 in c# code.
What is singleordefault c#?
Explain how can I get around scope problems in a try/catch?
What are the Types of JIT and what is econo-JIT
What is public void in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Why is c# good for games?
Explain the difference between “as” and “is” operators used in c#?
What is difference between a type and class?
Can properties be overloaded in c#?
If a method's return type is void, can you use a return keyword in the method?
Why is hashset faster?