Two dimensional array
In many application the data has to be represented as rows and columns.The representation of data in memory as rows and columns.The representation of data in memory as rows and columns is called 2-d array
The general form
datatype name[row size][columnsize];
No comments