The diagram shows that <code>int[][] m</code> is internally
- Acheck_circle
An array of references, each pointing to a row array
- B
A contiguous block of memory
- C
A 1D array
- D
A linked list
Explanation
Outer array's elements are references to int[] (rows).