单项选择题

A.fun1(int x;int y);
B.void fun1(x,y);
C.void fun1(int x,y);
D.void fun1(int,int);