如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
00011100
00010100
0001000
00011011
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
<=
=
%
&&
1
2
4
5
9
10
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
auto 型
static 型
extern 型
register 型
12
8
7
11
45
55
0
编译错误
*(a[1]+1)
*(&a[1][1])
(*(a+1))[1]
*(a+5)
提交答案
推荐工具