[单选题]
假设函数fun已经定义,其原型为“void fun(int a,int b=7,char *P=“**”)”,下列函数调用错误的是( )。
A.fun(5)
B.fun(5,8)
C.fun(6,“##”)
D.fun(0,0,“==”)
参考答案与解析: