单项选择题

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

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