如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
15
14
不确定
0
8,10,16
8,10,10
10,10,10
10,10,16
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
2 1 4 3
1 2 1 2
1 2 3 4
2 1 1 2
*((*prt+1)[2])
*(*(p+5))
(*prt+1)+2
*(*(a+1)+2)
auto 型
static 型
extern 型
register 型
20
24
25
30
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
(x>=Y)&&(Y>=z)
(x>=Y)AND(y>=z)
(x>=Y>=z)
(x>=Y)&(Y>=z)
4
5
9
10
提交答案
推荐工具