---
title: "Jagged Arrays"  
description: "Jagged Arrays"  
author: "Pravesh Singh"  
published: 2013-04-09  
updated: 2013-04-09  
canonical: https://www.mindstick.com/forum/749/jagged-arrays  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Jagged Arrays

Hi Everyone!\
[Please tell me](https://www.mindstick.com/forum/33900/please-tell-me-what-are-the-technique-to-content-optimization) what is **[Jagged Arrays](https://answers.mindstick.com/qa/92481/what-are-jagged-arrays) in C#** how to used this?\
[Thank you in advance](https://answers.mindstick.com/qa/40482/why-was-1968-a-year-of-tension-and-turmoil-list-10-events-1-being-the-best-and-10-the-worst-thank-you-in-advance)!

## Replies

### Reply by Shankar M

Hi Pravesh,\
Jagged arrays are array of arrays. Jagged arrays are Multi-dimensional arrays.\
You can find a lot more in this link.\
http://tempuri.org?link=new\
\
Thanks,Shankar

### Reply by AVADHESH PATEL

Hi Pravesh!\
A jagged array is an array whose elements are [arrays](https://www.mindstick.com/articles/11955/arrays-and-its-limitations). The elements of a jagged array can be of different dimensions and sizes. A jagged array is sometimes called an "array of arrays." The following examples show how to declare, initialize, and access jagged arrays.\
http://msdn.microsoft.com/en-us/library/2s05feca.aspx


---

Original Source: https://www.mindstick.com/forum/749/jagged-arrays

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
