下列函数参数默认值定义错误的是()。
A:Fun(intx,inty=0)
B:Fun(intx=100)
C:Fun(intx=0,inty)
D:Fun(intx=f())(假定函数f()已经定义)
出自:计算机科学