问题:
A、char test (int,int,int);
B、double test(int,int,double);
C、int test(int,int,int=O);
D、float test(int,int,float=3.5F);
相关内容