Why do we Use a Multidimensional Array?

Skill/Topic: Array
A) A multidimensional array can be useful to organize subgroups of data within an array. In addition to organizing data stored in elements of an array, a multidimensional array can store memory addresses of data in a pointer array and an array of pointers

Showing Answers 1 - 4 of 4 Answers

samiksc

  • Jan 19th, 2006
 

Multidimensional arrays are used to store information in a matrix form -- e.g. a railway timetable, schedule cannot be stroed as a single dimensional array.

You may want to use a 3-D array for storing height, width and lenght of each room on each floor of a building.

  Was this answer useful?  Yes

jr ternko

  • Dec 19th, 2016
 

It is used to store data in tabular form.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions