Two-dimensional arrays are also known as ________.
2024
Two-dimensional arrays are also known as ________.
- A.
Row array
- B.
Matrix array
- C.
Column array
- D.
Flat array
Attempted by 1287 students.
Show answer & explanation
Correct answer: B
A two-dimensional array is essentially a list of lists where every list is of the same length. These are also commonly known as a "matrix" in mathematics and computer science.