单项选择题

程序中若有如下说明和定义语句
Char fun(char *);
main()
char *s="one", a[5]=0.(*f1)()=fun, ch;

以下选项中对函数fun的正确调用语句是

A.(*
B.*fl(*s);
C.f
D.ch=*fl(s);