[单选题]下列二维数组定义正确的是

A
char a(10,10);
B
char n=10,a[n][n];
C
#define N 10
char a[N][N];
D
int n;
char a[n][n];
正确答案:C
扫描二维码
免费搜题、免费刷题、免费查看解析