当前位置: X题卡 > 所有题目 > 题目详情

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

查看本题答案

你可能感兴趣的试题

char test(int, int, in;  double test (int,int,doubl;  int test(int ,int, int=0);  float test(int,int,float=3.5;  
对函数func的定义。  对函数func的调用。  对函数func的原型说明。  不合法的。  
fun(5)  fun(5,8)  fun(6,”##”)  fun(0,0.”==”)  
test(5);  test(5,8);  test(6,’#’);  test(0,0,’x’);  
test(5);  test(5,8);  test(6,'#');  test(0,0'*');  
信息隐藏  数据封装  定义新类  数据抽象  
char test (int,int,in;  double test(int,int,doubl;  int test(int,int,int=;  float test(int,int,float=3.5;  

热门试题

更多