以下选项中,正确的函数声明是( )
double fun(int x, int y)
int fun(int x; int y);
float fun(int x, int y);
char fun(int x, y);