单项选择题
以下函数声明正确的是()。
A.double fun(x,int y) B.double fun(int x;int y) C.double fun(int x,int y) D.double fun(int x,y)
填空题 下面程序的输出结果为()。