Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is jagged array in C#.Net?

user-image
Question added by Mohannad Bakbouk , Full Stack Web Developer , Almohtaseb
Date Posted: 2016/10/20
Bineesh VP
by Bineesh VP , Software Developer , Unknown

A jagged array is an array whose elements are arrays. The elements of a jagged array can be of different dimensions and sizes. A jagged array is sometimes called an "array of arrays."

 

A special type of array is introduced in C#. A Jagged Array is an array of an array in which the length of each array index can differ.

Pathan Zarrar Khadar Khan
by Pathan Zarrar Khadar Khan , Windows System Administrator , Dyce Tech Pvt Ltd

A jagged array is an array whose elements are arrays. 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.

The following is a declaration of a single-dimensional array that has three elements, each of which is a single-dimensional array of integers:

int[][] jaggedArray = new int[3][];

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.