单项选择题

设函数fun的定义形式为
void fun(char ch, float x) …
则以下对函九fun的调节器用语句中,正确是

A.fun("abc",3.0);
B.t=fun('D',16.5);
C.fun('65',2.8):
D.fun(32,32);