以下正确的函数原型为()
A:fun1(int x;int y);
B:void fun1(x,y);
C:void fun1(int x,y);
D:void fun1(int,int);
出自:计算机科学