How can you sort the elements of the array in descending order?
Answer Posted / rambabu
By calling Sort() and then Reverse() methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
For read-only operation which property you have to designated?
Define xslt.
What are tuples c#?
Is array reference type in c#?
What is the difference between asp net and c#?
What is the implicit name of the parameter that gets passed into the class set method?
Explain the difference between the debug class and trace class?
What is executereader in c#?
How to use the sreamReader class to read form a text file?
Does c# support const methods, properties, or events?
Is stringbuilder faster than string concatenation c#?
How assembly versioning in .NET prevent DLL Hell problem?
How does insertion sort work?
When was .net linq added?
Is c# pass by value?