单项选择题

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

A、 fun("123", 3.0);
B、 t=fun('D'16.5);
C、 fun('65', 2.8);
D、 fun(32, 32);