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