Multidimensional Arrays
This lesson will give you insights about how to declare, access and use multidimensional arrays in C#.
A multidimensional array allows nesting arrays.
Arrays can have more than one dimension. The following example creates a two-dimensional array of 3 rows and 3 columns:
Get hands-on with 1400+ tech skills courses.