单项选择题

假设函数fun已经定义,其原型为”void fun(int a,int b=7,char *p=”**”);”,下列函数调用中错误的是

A.fun(5)
B.fun(5,8)
C.fun(6,”##”)
D.fun(0,0.”==”)