C# Multi Dimensional Arrays

An array with more than one dimension is said to be a C# multi dimensional array. In C#, the 2D array is the purest form of the multi dimensional. In this section, we discuss the multi dimensional arrays. C# Multi Dimensional Arrays Syntax For the two dimensional <datatype>[,] = new <datatype>[size]; For the three dimensional … Read more