单选题
要声明一个有10个int型元素的数组,正确的语句是( )
A
int a[10]
B
int a[2,5]
C
int a[]
D
int *a[10]
答案解析
正确答案:A
解析:
一维数组
题目纠错
c加加加加加加加加
