单项选择题

如在类中有如下函数定义
Void fun(int a,int b,int c=0);
则下列调用中,正确的是( )。

A.fun(1)
B.fun(1,1)
C.fun()
D.fun(2,2,3,4)