【单选题】【消耗次数:1】
有以下程序#includestdio.hmain(){ int a=1,b=0;if(--a) else if(a==0) b+=2;else b+=3;printf(“%d\n”,b); }程序运行后的输出结果是。
0
1
2
3
参考答案:
复制
纠错
相关题目
【单选题】 有以下程序#includestdio.hmain(){ int a=1,b=0;if(--a) else if(a==0) b+=2;else b+=3;printf(“%d\n”,b); }程序运行后的输出结果是(  )。
①  0
②  1
③  2
④  3
【单选题】 有如下程序: #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 b[3][3]={0,1,2,0,1,2,0,1,2},i,j,t=0; for(i=0;i for(j=i;j t=t+b[i][b[j][j]]; printf(%d\n,t); }
①  3
②  4
③  1
④  9
【单选题】 下述程序的运行结果( )。 #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 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 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
【单选题】 以下程序输出结果是( )。 Main() {int x=2,y=-1,z=2; if(xy) if(y0) z=0; else z+=1; printf(%d\n }
①  3
②  2
③  1
④  0
【单选题】 以下程序运行后的输出结果是( ) main() { int a=1,b=2; a=a+b; b=a-b; a=a-b; printf(%d,%d\n,a,B.; }
①  1,2
②  1,1
③  2,2
④  2,1
【单选题】 有如下程序:main(){  intx=1,a=0,b=0;  switch(x){  case0:b++;case1:a++;case2:a++;b++;}  printf(“a=%d,b=%d\n”,a,b);}该程序的输出结果是()
①  a=2 b=1
②  a=1 b=1
③  a=1 b=0
④  a=2 b=2
随机题目
【单选题】 We passed a pool in which ducks were_________.
①  climbing
②  jogging
③  hiking
④  swimming
【判断题】 若高维向量组线性无关,则减维后得到的低维向量组也线性无关。
①  正确
②  错误
【判断题】 若线性方程组AX=B的导出组AX=0只有零解,则AX=B有唯一解。
①  正确
②  错误
【判断题】 <img class=jc-formula data-tex=行列式\quad \begin{ vmatrix } a \begin{ matrix } b c \end{ matrix } \\ d \begin{ matrix } e f \end{ matrix } \\ a \begin{ matrix } b c \end{ matrix } \end{ vmatrix }=0 src=https://huaweicloudobs.ahjxjy.cn/C87E34DE6102091E6EA6E6BA2DE1A9FA.png style=vertical-align: middle;/>
①  正确
②  错误
【判断题】 若X~B(n,p)(二项分布),则数学期望EX=np.
①  正确
②  错误
【单选题】 <img class=jc-formula data-tex=矩阵A经过初等行变换化为B=\left( \begin{ matrix } 2 3 \begin{ matrix } 4 1 \end{ matrix } \\ 0 3 \begin{ matrix } 1 2 \end{ matrix } \\ 0 0 \begin{ matrix } 0 4 \end{ matrix } \\ 0 0 \begin{ matrix } 0 0 \end{ matrix } \end{ matrix } \right) ,则B称为 src=https://huaweicloudobs.ahjxjy.cn/D200394455397DA3DC938E04B9CA22D6.png style=vertical-align: middle;/>
①  行阶梯形矩阵
②  行最简形矩阵
③  标准型矩阵
④  以上三种都不是
【单选题】 表示两事件A,B的“差事件”的是A.<img class=jc-formula data-tex=A\subset B src=https://huaweicloudobs.ahjxjy.cn/C71575BA4DFD20383E7F5C41F8A28934.png style=vertical-align: middle;/>; B.<img class=jc-formula data-tex=A\bigcup B src=https://huaweicloudobs.ahjxjy.cn/982CA6CED9D227756514768C253E1E65.png style=vertical-align: middle;/>; C.<img class=jc-formula data-tex=A\bigcap B src=https://huaweicloudobs.ahjxjy.cn/904886EFF42292411706DCA15D31C87D.png style=vertical-align: middle;/>; D.<img class=jc-formula data-tex=A-B src=https://huaweicloudobs.ahjxjy.cn/E7913F72D5FDBF5C2EF8AE9136291C29.png style=vertical-align: middle;/>
①  A
②  B
③  C
④  D
【判断题】 在矩阵的乘法运算中,任意分块,矩阵的乘法运算总能进行下去。
①  正确
②  错误
【判断题】 设<img class=jc-formula data-tex=A=\left[ 3\quad -1\\ -6\quad 2 \right] ,B=\left[ 1\quad 2\\ 3\quad 6 \right] ,则AB=\left[ 0\quad 0\\ 0\quad 0 \right] src=https://huaweicloudobs.ahjxjy.cn/793B9AF3F80DEB5E691FF8385616A0B6.png style=vertical-align: middle;/>
①  正确
②  错误
【判断题】 对于可逆矩阵A,B,<img class=jc-formula data-tex={ (AB) }^{ -1 }={ A }^{ -1 }{ B }^{ -1 } src=https://huaweicloudobs.ahjxjy.cn/4D0D5CA61C6CEACD30AEE46B39C339BC.png style=vertical-align: middle;/>
①  正确
②  错误