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 internal and protected internal in c#?
Explain briefly the difference between value type and reference type?
What are instance fields in c#?
How many bytes is an int in c#?
What is the base class from which all value types are derived?
Is there hashmap in c#?
What are extender provider components?
Is string passed by reference in c#?
Which is faster array or arraylist in c#?
How do you type a null character?
Why static variables are used?
What is float in unity?
What are the types of methods in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is mvc firstordefault?