【单选题】【消耗次数:1】
设存在函数int min(int,int)返回两参数中较小值,若求15,26,47三者中最小值,下列表达式中错误的是( )
int m=min(min(15,26),min(15,47));
int m=min(15,26,47);
int m=min(15,min(47,26));
int m =min(min(47,26),16);
参考答案:
复制
纠错
相关题目
【单选题】 设存在函数int min(int,int)返回两参数中较小值,若求15,26,47三者中最小值,下列表达式中错误的是( )
①  int m=min(min(15,26),min(15,47));
②  int m=min(15,26,47);
③  int m=min(15,min(47,26));
④  int m =min(min(47,26),16);
【单选题】 设存在函数int max(int,int)返回两参数中较大值,若求22,59,70三者中最大值,下列表达式不正确的是( )
①  int m = max(22,max(59,70));
②  int m = max(max(22,59),70);
③  int m = max(22,59,70);
④  int m = max(59,max(22,70));
【单选题】 设存在函数int max(int,int)返回两参数中较大值,若求22,59,70三者中最大值,下列表达式不正确的是( )
①  int m = max(22,max(59,70));
②  int m = max(max(22,59),70);
③  int m = max(22,59,70);
④  int m = max(59,max(22,70));
【单选题】 设存在函数int max(int,int)返回两参数中较大值,若求22,59,70三者中最大值,下列表达式不正确的是()
①  intm=max(22,max(59,70));
②  intm=max(max(22,59),70);
③  intm=max(22,59,70);
④  intm=max(59,max(22,70));
【单选题】 设”int a=15,b=26;”,则”cout<<(a,b);”的输出结果是()。
①  15
②  26,15
③  15,26
④  26
【单选题】 设”int a=15,b=26;”,则”cout(a,b);”的输出结果是()
①  15
②  26,15
③  15,26
④  26
【单选题】 设”int a=15,b=26;”,则”cout<<(a,b);”的输出结果是(????)
①  15
②  26,15
③  15,26
④  26
【单选题】 设”int a=15,b=26;”,则”cout(a,b);”的输出结果是()。
①  15
②  26,15
③  15,26
④  26
【单选题】 设函数void swap(int,int)将交换两形参的值,如两整型变量int a=10;int b=15;则执行swap(a,b)后,a、b值分别为( )
①  10,10
②  10,15
③  15,10
④  15,15
【判断题】 进给速度由F指令决定,其单位为m/min。
①  正确
②  错误
随机题目
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”They are going to make the fullest use of computers and so do we.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”In fact, in the nineteen century people used to make gardens in the shape of a clock face.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Only in this way can we make good use of the suns energy.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”A few minutes later, Jim hear his name called.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Only by working hard we can succeed in this difficult experiment.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Hardly he had entered the room when he was asked to leave the room at once.
①  正确
②  错误
【多选题】 He_____________ to be reading when his mother came in.
①  drew a conclusion
②  nothing but
③  made himself seem
④  pretended
【多选题】 Computer can store_____________ amounts of information.
①  huge
②  vast
③  large
④  small
【多选题】 He arrived too late and_____________ the train.
①  failed to catch
②  fail to catch
③  missed
④  miss
【多选题】 I_____________ that she is over forty.
①  guess
②  think
③  imagine
④  suppose