A. a[2][0] B. a[2][3] C. a[0][3] D. a[0][0]
A. int a[] = {1,2,3,4,5}; B. int a[5]; C. int a[] = new [5]; D. int a = new int[5];
A. 对 B. 错