Two dimensional arrays are also called
-
tables arrays
-
matrix arrays
-
both of above
-
none of above
C
Correct answer
Explanation
Two-dimensional arrays are commonly referred to as both tables (for tabular data representation) and matrices (especially in mathematical contexts involving rows and columns). Both terms describe the same conceptual structure of data arranged in a grid format with rows and columns.