南开大学 / C语言程序设计
正确率:100%
以下对一维整型数组a的正确说明是()。
A.int a(10)
B.int n=10,a[n]
C.int n
D.define SIZE 10 int a[SIZE]
参考答案:
佳题速递: