单选题
下列函数参数默认值定义错误的是
____
。
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()已经定义)
【正确答案】
D
【答案解析】
提交答案
关闭