如果定义数组a[3],下列合法引用该数组的方式是().

8 查阅

如果定义数组a[3],下列合法引用该数组的方式是().

A.a[][1]

B.a[2][2]

C.a[5][1]

D.a[3][]

参考答案:

答案:A