单项选择题
以下正确的函数原型为()
A.fun1(int x;int y); B.void fun1(x,y); C.void fun1(int x,y); D.void fun1(int,int);
单项选择题 以下程序段输出结果是()