单项选择题

若有函数声明如下:void fun(int,double);则以下正确的函数调用语句为( )

A.fun(int y,double m);
B.k=fun(10,12.5);
C.fun(20,3.5);
D.void fun(n,x);