找考题网-背景图
单项选择题

在下面C语言的函数说明语句中,正确的是()。

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