---
title: "How can you sort the elements of the array in descending order?"  
description: "How can you sort the elements of the array in descending order?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/98/how-can-you-sort-the-elements-of-the-array-in-descending-order  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How can you sort the elements of the array in descending order?

By calling Sort() and then Reverse() methods.

## Answers

### Answer by Amit Singh

We can use sorting methods like bubble sort, heap sort radix sort etc this is the another method to sort the array.\

### Answer by Pushpendra Singh

By calling Sort() and then Reverse() methods.


---

Original Source: https://www.mindstick.com/interview/98/how-can-you-sort-the-elements-of-the-array-in-descending-order

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
