【单选题】【消耗次数:1】
#includevoid main() { int n=4; while(n--) printf(%d\n,--n); }
2 0
1 0
2 1
3 0
参考答案:
复制
纠错
相关题目
【单选题】 下述程序的运行结果( )。 #includevoid main() { int n; for(n=1;nn++) { if(n%3==0)continue; printf(%d } }
①  12345678
②  124689
③  12457810
④  1234456
【单选题】 下述程序的运行结果( )。 #includevoid main() { int p,a=0; if(p=a!=0)printf(%d\n else printf(%d\n,p+2); }
①  1
②  2
③  3
④  5
【单选题】 以下程序的运行结果是( )。 void fun(int array[3][3]) { int j; for(j=0;jj++) array[1][j]=array[1][j]++; printf(\n} void main(){ int j,a[3][3]={0,1,2,1,0,4,2,4,5};fun(a);for(j=0;jj++)printf(%d,a[1][j]); printf(\n }
①  1 0 4
②  2 1 5
③  0 1 2
④  1 2 3
【单选题】 下述程序的运行结果( )。 #includevoid main() { int a=5,b=4,c=3,d=2; if(ac)printf(%d\n else if((c-1=d)==1)printf(%d\n,d+1); else printf(%d\n,d+2); }
①  0
②  1
③  2
④  3
【单选题】 下述程序的运行结果( )。 #includevoid main() { int a=5,b=4,c=3,d=2; if(ac)printf(%d\n else if((c-1=d)==1)printf(%d\n,d+1); else printf(%d\n,d+2); }
①  1
②  2
③  3
④  4
【单选题】 下述程序的运行结果( )。 #includevoid main() { int a=1,b=2,c=3; if(c=a)printf(%d\n else printf(%d\n }
①  1
②  3
③  5
④  6
【单选题】 下述程序的运行结果( )。 #includevoid main() { int x=1,a=0,b=0; switch(x) { case 0:b++; case 1:a++; case 2:a++;b++; } printf(a=%d,b=%d\n,a,b); } case 1:a++; case 2:a++;b++; } printf(a=%d,b=%d\n,a,b); }
①  a=1,b=1
②  a=2 ,b=1
③  a=2,b=2
④  a=3,b=3
【单选题】 下述程序的运行结果( )。 #includevoid main() { int x=1,a=0,b=0; switch(x) { case 0:b++; case 1:a++; case 2:a++;b++; } printf(a=%d,b=%d\n,a,b); }
①  a=2,b=1
②  a=1,b=2
③  a=0,b=1
④  a=1,b=0
【单选题】 有如下程序: #includevoid main( ) { int a=2,b=-1,c=2; if (ab) if (b0) c=0; else c++; printf(%d\n } 该程序的输出结果是
①  0
②  1
③  2
④  3
【单选题】 以下程序输出结果是( )。 Main() {int x=2,y=-1,z=2; if(xy) if(y0) z=0; else z+=1; printf(%d\n }
①  3
②  2
③  1
④  0
随机题目
【判断题】 AutoCAD中,在绘图时,一旦打开正交方式ORTHO后,屏幕上只能画水平线和垂直线。()
①  正确
②  错误
【判断题】 在AutoCAD中,栅格与捕捉两者的间距不是对应的关系,但是为了使用方便,经常设置成一致的。()
①  正确
②  错误
【判断题】 半闭环和全闭环位置反馈系统的根本差别在于位置传感器安装的位置不同,半闭环的位置传感器安装在工作台上,全闭环的位置传感器安装在电机的轴上。
①  正确
②  错误
【判断题】 钻铰刀具切削速度按钻头直径选择,进给量按铰刀直径选择。()
①  正确
②  错误
【判断题】 程序编制中首件试切的作用是检验程序的正确性,并能综合检验零件的加工精度。
①  正确
②  错误
【判断题】 模态代码一经在一个程序段中指定便持续有效,直到后续的程序段中出现同组的另一代码才失效。
①  正确
②  错误
【判断题】 在数控车床上,用绝对值编程时,X以直径表示;用增量值编程时,以径向实际位移的二倍位移值表示。
①  正确
②  错误
【判断题】 ProE中,尺寸线不能用其他图线代替,一般也不得与其他图线重合或画在其延长线上。()
①  正确
②  错误
【判断题】 AutoCAD中,AutoCAD标注角度尺寸时,尺寸数字无法水平书写。()
①  正确
②  错误
【判断题】 当刀具的实际长度大于编程设定长度时,应采用的刀补指令为G43
①  正确
②  错误