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