How can you sort the elements of the array in descending order?
Answer Posted / rahul
By calling Sort() and then Reverse() methods.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How does a while loop work?
What are the fundamental oop concepts?
In which order the destructor is called for an inherited class?
What is the use of 0 in c#?
What is an int in c#?
What is field in c#?
What is meant by enumerable in c#?
What is expandoobject in c#?
What are c# attributes and its significance?
What does ienumerable mean?
Difference between debug.write and trace.write?
What is predicate builder?
What is concrete method in c#?
Explain about generics in c#.net?
Explain dataadapter.update method in .net?