单项选择题
A. B. C. D.
A.fun1(int x;int y); B.void fun1(x,y); C.void fun1(int x,y); D.void fun1(int,int);
A.1 B.2 C.3 D.4