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
List out two different types of errors in c#?
How Reflection is used and what it's significance ?
Is constructor a static method?
Is string mutable in c#?
what is method overloading in c#?
What is the difference between internal and private in c#?
Is stringbuilder thread safe c#?
Can a constructor be static in c#?
What is the difference between constants and read-only?
What is wrong with the sample program below?
What is using keyword in C#?
List down the differences between “dispose” and “finalize” methods in c#.
How Is The Dll Hell Problem Solved In .net?
Can we have only “try” block without “catch” block in c#?
Can properties be overloaded in c#?