Which of the following is a valid declaration for a two-dimensional array?

a) int[][] matrix;
b) int[2] matrix;
c) int[]** matrix;
d) int[] matrix;
e) none of these are correct

a) int[][] matrix;

Computer Science & Information Technology

You might also like to view...

When using embedded styles, the element used is referred to as a:

A) property. B) declaration. C) value. D) selector.

Computer Science & Information Technology

NTFS is the primary file system that has been included with Windows since the advent of Windows 2000

Indicate whether the statement is true or false.

Computer Science & Information Technology