Hi..
What is Jagged Array in C# ? Please give any example ?
Thanks...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 20, 2011, 11:57 PM
A jagged array is called as "array of arrays.
For example refer the below link
http://www.dotnetperls.com/jagged-array
Thanks
Prabhu RajaPosted Oct 21, 2011, 6:30 AM
A Jagged Array is referred to as an Array of an Array where the inner array is of a varying size, when written out showing an entire array in "jagged" appearance. You can also say that the second dimension is not in a regular shape.
It has taken from the Article By Dea Saddler,
http://www.c-sharpcorner.com/UploadFile/f5b919/8260/
Javeed M ShaikhPosted Oct 20, 2011, 9:57 PM
Please refer to the following C# Corner article:
http://www.c-sharpcorner.com/UploadFile/puranindia/JaggedArraysC-sharpNET06222009020433AM/JaggedArraysC-sharpNET.aspx