已定义函数:int fun(int x) { ...... },下列对该函数的声明语句中,语法错误的是( )。
A、int fun(int);
B、int fun(int x);
C、int fun(int y);
D、void fun(int x);