首页/ 题库 / [判断题]在switch结构中,每一个case块的的答案

在switch结构中,每一个case块的结束必须有break或goto语句。

判断题
2021-09-06 20:12
A、正确
B、错误
查看答案

正确答案
A

试题解析

相关题目
在循环语句中可以用switch语句提前结束,跳出循环。( )
指令ORS功能,可实现多个指令块的“与”运算。
在switch语句的每个case块中,假定都是以break语句结束的,则此switch语句容易被改写为( )语句。
当在程序中执行到( )语句时,只结束本层循环类语句或switch语句的执行。
如果switch语句的选择变量的值与每一个case语句中都不匹配,将使用( )选择。
在switch结构中,每一个case块的结束必须有break或goto语句。
有以下程序: #include"stdioh" main( ) {char i;for (; (i=getchar ())!=\n;){switch (i-a) {case 0: putchar (i);case 1: putchar (i+1);break;case 2: putchar (i+2); case 3: break;default: putchar (i);break; } } printf ("\n");}输入下列数据后,程序的输出结果是____abcde
程序有哪几种基本程序流程的控制结构来实现?()①顺序结构②选择结构③直到型循环结构④CASE型多分支结构
CASE OF DEATH OR SERIOUS INJURY TO A PERSON IN AN ACCIDENT OR SHIPPING DISASTER is().
当在程序中执行到()语句时,将结束本层循环类语句或switch语句的执行。
()any case or suspected case of quarantinable disease,or any case of eruptive disease or any death be discovered,the local quarantine officer must be notified immediately.
Should any case or suspected case of quarantinable disease,or any case of eruptive disease or any death be discovered,the local Quarantine Officer must be()immediately.
PLEX程序中CASE语句用于分支跳转,其对应的结束语句是().
以下程序的输出结果是( )。 main() {int i; for(i=0;i<8;i++) {switch(i) { case 0: case 3:i+=2; case 1: case 2:i+=3; default:i+=5; } } cout<<i; }
Owners are to be responsible for loss of or damage to the goods or delay in delivery of the goods only in case the loss,damage or delay has been caused by the improper or negligent stowage of the goods.This means that().
下列程序的输出结果是______。 main() { int i=3; switch(i) { case 1: case 2:printf("%d",i); case 3: case 4:break; default:printf("OK"); } }
下列程序的输出结果是_______。 main() { int i=3; switch(i) { case1: case 2:printf("%d",i) case 3: case 4:break; default : printf("OK") } }
下列程序的输出结果是______。 main() { int i=3; switch(i) { case 1: case 2:printf("%d",i); case 3: case 4:break; default:printh("OK"; } }
break语句只能用于switch-case语句和()语句中。
switch语句中必须有break语句,否则无法退出switch语句。
广告位招租WX:84302438

免费的网站请分享给朋友吧