单项选择题
A.内联函数 B.重载函数 C.递归函数 D.嵌套函数
A.重载函数 B.内联函数 C.成员函数 D.普通函数
A.Fun(intx,inty=0) B.Fun(intx=100) C.Fun(intx=0,inty) D.Fun(intx=f())(假定函数f()已经定义)