如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
&x
&p
x
*x
34
4
35
3
VAR
cher
integer
default
*(w[0]+2)
*(pw+1)[2]
pw[0][0]
*(pw[1]+2)
void play(var :Integer,var b:Integer)
void play(int a,b)
void play(int a,int b)
Sub play(a as integer,b as integer)
11
10
9
8
45
55
0
编译错误
E!=0
E!=1
E==0
E==1
0xFF
1.2e0.5
2L
'\72'
提交答案
推荐工具