單項選擇題在C語言中對二維整型數(shù)組的正確定義為()

A.int a[2][3]
B.int n=10,m=6,a[n][m]
C.int n;a[n][10]
D.int a[][]


您可能感興趣的試卷