---
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: "Chris Anderson"  
published: 2011-09-17  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1250/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 Chris Anderson

By calling Sort() and then Reverse() methods.


---

Original Source: https://www.mindstick.com/interview/1250/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.
