How can you sort the elements of the array in descending order?
Answer Posted / guest
By calling Sort() and then Reverse() methods
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is an array? Give the syntax for a single and multi-dimensional array?
Is string nullable in c#?
How does c# generics and c++ templates compare?
What does readonly mean in c#?
Can constructor be overloaded in c#?
What does typeof return c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What are the types of parameters in c#?
Explain hash table in c# ?
Why delegates are type safe in c#?
Is string immutable in c#?
What are static and dynamic variables?
What is continue in c#?
Which sorting algorithm is best?
Explain Direct CAST vs CType ?