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
What are custom exceptions? Why do we need them?
What does it mean?
Are structs faster than classes?
What is ado net in c#?
Is null empty or whitespace c#?
Do loops c#?
How does dependency injection work c#?
What is concatenation and when should it be used?
What is a multi line comment?
What do you mean by casting a data type?
To allow an element to be accessed using a unique key which .NET collection class is used ?
What does protected internal access modifier mean?
What is anonymous methods in c#?
Explain copy constructor?
Write a C# program to find the Factorial of n