问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

已知程序中已经定义了函数test 其原型是int test(int int int); 则下列重载形式中正确的是A.ch


已知程序中已经定义了函数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);

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题