问题详情
下列函数参数默认值定义错误的是()。
A.f(int x,int y=O)
B.fun(int x=100)
C.f(int x=0,int y)
D.fun(int x=f())(函数f()已经定义)
请帮忙给出正确答案和分析,谢谢!