问题描述:
[单选]
以下对一维整型数组a的正确说明是()。
A.int a(10)
B.int n=10,a[n]
C.int n; scanf("%d",&n); int a[n]
D.#define SIZE 10; int a[SIZE]
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(18.224.37.168)
- 热门题目: 1.在C语言中,函数返回值的类型 2.对局部变量不正确描述()。 3.typedef()。