以下正确的函数定义形式是()。
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)
出自:考研