以下函数的正确定义形式是(  )
A double fun(int x,int y) 
B double fun(int x;int y) 
C double fun(int x;int y;) 
D
double fun(int x,y)

(分值:1.00分)