1.

What Are Multidimensional Arrays?

Answer»

MULTIDIMENSIONAL arrays make USE of multiple indexes to store DATA. It is USEFUL when storing data that cannot be represented using a single dimensional indexing, such as data representation in a board game, tables with data stored in more than one column.

Multidimensional arrays make use of multiple indexes to store data. It is useful when storing data that cannot be represented using a single dimensional indexing, such as data representation in a board game, tables with data stored in more than one column.



Discussion

No Comment Found