网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

语句(max -2.1 3.4 -5 12.6)的执行结果是()

  • A、-2.1
  • B、3.4
  • C、-5
  • D、12.6

参考答案

更多 “语句(max -2.1 3.4 -5 12.6)的执行结果是()A、-2.1B、3.4C、-5D、12.6” 相关考题
考题 Foxpro环境下,在命令窗口键入以下命令并执行MAX(4,5,6)显示的结果是( )。A.15B.6C.5D.4

考题 以下语句段执行后的输出结果是()。includemain(){int k=3;if(k)printf("")elseprint 以下语句段执行后的输出结果是( )。 #include<stdio.h> main() {int k=3; if(k) printf("###") else printf("");}A.###B.C.###D.有语法错误,不能执行

考题 语句Print 12;Tab;24的执行结果是【 】。

考题 语句Print"125+35";125+32的执行结果是【 】。

考题 执行下列语句段后程序的输出结果是______。int x[]={1,2,3,4,5};int q=x;cout*(++q)<<end1;

考题 下列语句执行后,结果中将包含___条记录。 SELECT 课号,MAX(成绩) AS 最高成绩 FROM SKB GROUP BY 课号A 3B 4C 5D 6

考题 下面语句书写正确的是( )。 A、If a>max Then max=a ElseElse if max=bEnd IfB、If b>max Then max=aElsemax=bEnd IfC、 If a>max Then max=aElsemax=bD、If a>max Thenmax=aElsemax=bEnd If

考题 语句selectyear('1931-9-18')的执行结果是,()

考题 语句selectchar(67)的执行结果是:()

考题 执行如下sQL语句: SELECT DISTINCT价格FROM图书 WHERE价格一(SELECT MAX(价格)FROM图书) INTO ARRAY arr 则?arr[2]的结果是( )。A.23.00B.32.00C.F.D.系统报错

考题 下列的变量定义语句中,合法的是 ( )A.float $_*5=3.4f;B.byte b1=15789;C.int_abc=3214L;D.double a=Double.MAX_ALUE;

考题 下列程序的输出结果是______。 include template T max(T x[],int n) { int 下列程序的输出结果是______。include<iostream.h>template<class T>T max(T x[],int n){int i;T maxv=x[0];for(i=1;i<n;i++)if(maxv<x[i])maxv=x[i];return maxv;}void main( ){int a[]={3,2,7,6,8,9};double b[]={1.2,3.4,2.5,7.3,6.8};cout<<max(a,4)<<","<<max(b,3)<<endl;}

考题 设有以下说明和定义:typedef union {long i; int k[5]; char c;} DATE;struct data { int cat; DATE cow; double dog;} too;DATE max;则语句 printf("%d",sizeof(struct date)+sizeof(max));的执行结果是:___52____

考题 设有以下说明和定义:includeVoid main() {typedef union{long i; int k[5]; char 设有以下说明和定义:#include<iostream. h>Void main() {typedef union{long i; int k[5]; char c;}DATE;struct date{iNt cat; DATE cow; double. dog;}too;DATE max;则下列语句的执行结果是( )。cout<<(sizeof(struct date)+sizeof(max))<<end1;}A.26B.52C.18D.8

考题 执行语句: int result=100; cout= 60)(result 执行语句:int result=100;cout<<(((result>= 60)(result<=100))?"good":"general");结果是【 】。

考题 以下程序的执行结果是 ______。 include int max(int x,int y) { ret 以下程序的执行结果是 ______。include<iostream.h>int max(int x,int y){return(x>y? x:y);}void main(){int n=2,m=10;max(n,m)--;cout<<"n="<<n<<",m="<<m<<endl;}

考题 若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。 A.5.5B.55 若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。A.5.5B.55C.5.500000D.55.00000

考题 设有以下说明和定义:typedef union{ long i;int k[5];char c; } DATE;struct date{ int cat;DATE cow;double dog; }too;DATE max;则下列语句的执行结果是______。printf("%d",sizeof (struct date) +sizeof(max));A.26B.30C.18D.8

考题 设有以下定义: typedef union { longi; int k[5];char c;}DATE; srtuct date { int cat;DATEcow;double dog;} too; DATE max; 则下语句的执行结果是 ( ) printf("%d,"sizeof(struct date))+size of(max));A.25B.30C.18D.8

考题 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0SXB 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0D.1

考题 语句"Hell0".equals("hell0");的正确执行结果是( )。 A.trueB.falseC.0SXB 语句"Hell0".equals("hell0");的正确执行结果是( )。A.trueB.falseC.0D.1

考题 下列的变量定义语句中,合法的是A.float$__ * 5=3.4f;B.byte bl=15789;C.int__abc=3214L;D.double a=Double.MAX__vALUE;

考题 下列语句执行后的结果是()。 y=5;p=y;x=*p++;A、x=5,y=5B、x=5,y=6C、x=6,y=5D、x=6,y=6

考题 单选题语句(max -2.1 3.4 -5 12.6)的执行结果是()A -2.1B 3.4C -5D 12.6

考题 单选题已知’E’的ASCII码是69,则执行下面C语句的结果是()printf(〞%c〞,’D’-‘8’+’5’);A 66B AC BD E

考题 单选题语句(substr(“AutoCAD 2 3))的执行结果是()A AutB CADC oCAD uto

考题 单选题执行语句:WRITE(*,'(1X,A,'='I2)”2+3”,2+3后,屏幕上显示的结果是()A  □5B  2+3=□5C  5=□5D  语句不正确