Computer Applications

What is meant by Dimensional Array?

Java Arrays

150 Likes

Answer

A dimensional array is a structure created in the memory to represent a number of values of the same data type with the variables having the same variable name along with different subscripts.

Answered By

99 Likes


Related Questions