问题详情
以下对一维整型数组a的正确说明是()。
A、int a(10);
B、#define SIZE 10 int a[SIZE];
C、int n=10,a[n];
D、int n; scanf(“%d”,&n); int a[n];