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

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

语句eval('2+4/5')执行后的输出结果是()。

A.2.8

B.2

C.2+4/5

D.'2+4/5'


参考答案和解析
A
更多 “语句eval('2+4/5')执行后的输出结果是()。A.2.8B.2C.2+4/5D.'2+4/5'” 相关考题
考题 设有定义: float x=123.4567; ,则执行以下语句后的输出结果是 【 6 】 。printf("%f\n",(int)(x*100+0.5)/100.0);

考题 设”varvarc=2008;”,则执行完语句document.write(typeof(d));后,输出结果是()。 A.numberB.stringC.objectD.undefined

考题 如下语句printf("%c\n",′B′+40);在执行后的输出结果是 【9】 。

考题 语句:print 5*5\5/5输出结果是( )A.5B.25C.0D.1

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

考题 (7)执行下列语句后,输出结果是。 s$="ABCDEFG" Print InStr(s$,"efg") Print LCase$(s$)

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

考题 若有如下定义并赋值: char ch='a', a; 则执行语句"printf("%d",a=ch+2.6);”后的输出结果是( )A.cB.dC.99D.100

考题 若有以下变量定义和函数调用语句: int a=5; fun(a); 则执行下面函数后正确的输出结果是( )。 void fun(int*x) { cout<<++*x<<end1; }A.3B.4C.5D.6

考题 执行语句Print”25+32=”,25+32的输出结果是 【 】。

考题 执行下面程序中的输出语句后,输出结果是()。A.65B.20C.15D.10

考题 执行下列语句后,输出结果是______。s$="ABCDEFG"Print lnStr(s$,"efg")Print LCase$(s$)

考题 执行下面程序中的输出语句后,a的值是()。includemain(){int a; printf("%d\n",(a=3*5,a 执行下面程序中的输出语句后,a的值是( )。 #include <stdio.h> main() { int a; printf("%d\n",(a=3*5,a*4));A.15B.20C.10D.60

考题 执行以下语句后的输出结果是______。int x=3,y=0;printf("%d,%d”,-1>x>-101y> 执行以下语句后的输出结果是______。 int x=3,y=0; printf("%d,%d”,-1>x>-101<x<10,-1>y>-101<y<10);A.1 2B.1 1C.1 2D.2 2

考题 若有如下变量定义和函数调用语句: inta=5; fun(A) ; 则执行下面函数后正确的输出结果是( )。 void fun(int*x) { cout<<++*x<<endl; }A.3B.4C.5D.6

考题 有以下程序程序执行后输出结果是( )。A.5.OOB.5C.5.2lD.0.0

考题 执行以下语句后,输出的结果是 a$="Good" b$="Afternoon" Print a$+b$ Print a$b $A.Goodaftenoon GoodAfternoonB.Good+ GoodAfternoonC.Good+ GoodAfternoonD.Good Good

考题 设有定义:float x=123.4567;则执行以下语句后的输出结果是( )。A.123.460000B.123.456700C.123.450000D.123

考题 执行语句printf(“%ukn”,+12345) 的输出结果是( )。A.12345B.0C.-1D.非定值

考题 设char str1[11]="HELLO,",str2[10]=“world”;则执行语句cout 设char str1[11]="HELLO,",str2[10]=“world”;则执行语句 cout<<strlen(strcpy(str1,str2)));后的输出结果是 ______。A.12B.11C.7D.5

考题 有如下用户定义类型及操作语句:执行MsgBox Stu.Name后,消息框输出结果是__________。

考题 语句Print 5*5/5/5的输出结果是()。A5B25C0D1

考题 表达式eval(’’’import(’math’).sqrt(3**2+4**2)’’’)的值为()。

考题 假定当前日期为2002年7月12日,星期六,则执行语句Printday(now)后,输出结果是()。

考题 单选题Java应用程序的main方法中有以下语句,执行后输出的结果是()。A -8B 7C 9D 20

考题 填空题表达式eval(’’’import(’math’).sqrt(3**2+4**2)’’’)的值为()。

考题 单选题执行下列语句后的输出结果是()。 SET EXACT OFF X="A ?IIF("A"=X,X-"BCD",X+"BCD")A ABCDB BCDC ABCDD XBCD

考题 填空题假定当前日期为2002年7月12日,星期六,则执行语句Printday(now)后,输出结果是()。