当前位置:在线题库搜索>[单选题]已知程序中已经定义了函数test,其原型是int test (int,int,int);,则下列重载形式中正确的是( )。的答案是什么?

问题:

[单选题]已知程序中已经定义了函数test,其原型是int test (int,int,int);,则下列重载形式中正确的是( )。

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);

参考答案: B

相关内容