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
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What are the examples of data types?
What is difference between write and writeline in c#?
Explain a MSIL ? Why is it appreciated by all developers?
Explain About a class access specifiers and method access specifiers.
What is the difference between continue and break statement?
Can the accessibility of a type member be greater than the accessibility of its containing type?
What are Types of assemblies that can be created in dotnet
What are the steps for creating clr trigger
What is a multicast delegate in c#?
What does dbml mean in texting?
Are c# constructors the same as c++ constructors?
What is a hash table c#?
How to open a new form on button click in Windows forms?
What is single dimensional array in c#?