没有搜到到结果?点击这里求解答/求资源。
【单选题】
设enumcolor{red,yellow=2,blue,white,black}r=white;,执行printf("%d",r);输出结果是(   )

0
1
3
4
【单选题】
以下程序输出结果是)a=-1;do{a=aa;}whilea<0);

循环一次
循环两次
死循环
有语法错误
【简答题】
下列程序输出结果是[填空1]。#includestdio.hmain(){ char a;a=0printf(%d%c,a,a); }

【单选题】
以下程序输出结果是( )。 int a=12345; printf(%2d\n, a);

12
34
12345
提示出错、无结果
【单选题】
程序cout<< setw(3)<< 25<< oct<< 25<< hex<< endl;输出结果是()。

25 25
25 31
31 19
25 19
【单选题】
下列程序执行输出结果是() void func1(a) { switch(a) { case 1:printf(good); case 2:printf(nice); default:printf(end); } } main( ) { int i=2; func1(i); printf(\n); }

nice
end
good
niceend
【单选题】
下列程序执行输出结果是 #includevoid main( ) { int a=5,b=60,c; if (ab) {c=a*b;printf(%d*%d=%d\n,b,a,c);} else {c=b/a;printf(%d/%d=%d\n,b,a,c);} }

60/5=12
300
60*5=300
12
【单选题】
SQL语句执行结果是___。

数据项
元组
数据库
【单选题】
语句:printf("%d",(a=2)&&(b=-2));输出结果是()

输出
结果不确定
1
2
【单选题】
词法分析器输出结果是

单词种别码
单词组符号表中位置
单词种别码和单词自身值
单词自身值