What is the need of Dimensional Array? explain.
Answers
Answered by
6
Answer:
An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula. The simplest type of data structure is a linear array, also called one-dimensional array. ... Arrays are among the oldest and most important data structures, and are used by almost every program.
Answered by
2
Answer:
variables are useful for keeping track of a single piece of information but as we collect more and more information keeping the variables organised can be complicated. In such situations we need arrays to solve the problems in a much better and efficient way.
Similar questions