What are multidimensional arrays?
3 years ago
Data Structure and Algorithm
Multidimensional arrays make use of multiple indexes to store data. It is useful when storing data that cannot be represented using single dimensional indexing, such as data representation in a board game, tables with data stored in more than one column.

Sujan Bk
Jan 9, 2022