如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
*(w[0]+2)
*(pw+1)[2]
pw[0][0]
*(pw[1]+2)
enum a={one,two,three};
enum a{one=9,two=-1,three};
enum a={″one″,″two″,″three″};
enum a{″one″,″two″,″three″};
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
1
30
1 -2
死循环
auto 型
static 型
extern 型
register 型
20
16
14
12
数组首地址
数组的第一个元素值
数组中全部元素的值
数组元素的个数
8
7
11
9
5
以上均不是
/
%=
!=
〈=
提交答案
推荐工具