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
Explain the concepts of cts and cls(common language specification).
What is a constructor in c#?
What is super class in c#?
What are the different types of comments in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is the use of static members with example using c#.net.
What is difference between web and window application?
Why do we use inheritance in c#?
How long can loop recorders stay in?
What is the difference between User controls and Custom Controls?
What is the difference between properties and indexer in c#?
What is the main purpose of linq?
How do you inherit a class into other class in c#?
How do you mark a method obsolete?
What is sorting in c#?