问题:
A、void fun(int a=90,double b=0.0);
B、int fun(int a,double B);
C、void fun(double a,int B);
D、bool fun(int a,double b=0.0);
相关内容