Why do we use a Multidimensional Array?
Multidimensional arrays are used to store information in a matrix form.
e.g. a railway timetable, schedule cannot be stored as a single dimensional array. You may need to use a 3-D array for storing height, width and length of each room on each floor of a building.
Recent Comments