Register now or log in to join your professional community.
A jagged array is an array whose elements are arrays. (it's called multidimensional array in C)
check these for more information:
http://msdn.microsoft.com/en-us/library/2s05feca.aspx
http://www.dotnetperls.com/jagged-array
Array of the Array is know as jagged arrays
A Jagged array is an array of arrays.