单选题

如何声明一个二维数组?

A.

int arr[5][5];

B.

int arr[][];

C.

int arr[5], [5];

D.

int arr = new int[5][5];

发表评论

登录 后再回复