【简答题】Make a sentence about education in the 1890s and in the 2000s. in the 1890s...whereas in the 2000s...
【简答题】试说明Switch语句的格式是如何定义的?
【单选题】【123】企业员工情况的录入设置一般在()中完成。
【判断题】派生类对象释放时,系统会自动调用基类的析构函数和子对象的析构函数。
【单选题】下列关于switch语句的break语句的结论中,正确的是( )。
B.
在switch语句中可以根据需要使用或不使用break语句
D.
switch语句中break语句是没有意义的
【单选题】定义 int x=1 ; 则执行下面的switch语句后,y的值为2的是 。
A.
switch(x) { case 1:y=1; case 2: y=2; default :y=3;}
B.
switch(x) {case 1:y=1;break; case 2:y=2;break; default:y=3;break;}
C.
switch(x) { case 1:y=1; case 2:y=2;break; default:y=3;}
D.
switch(x) {case 1:y=1;break; case 2:y=2; default:y=3;}
【单选题】若定义float x;int a,b,则正确的switch语句是:
A.
switch(x) { case 1.0:printf("*\n"); case 2.0:printf("**\n"); }
B.
switch(x) { case 1.2:printf("*\n"); case 3:printf("**\n"); }
C.
switch(a+b) { case 1:printf"*\n"}; case 1+2:printf("**\n") }
D.
switch(a+b) { case 1:printf("*\n"); case 2:printf("**\n"); }
【简答题】请观察下面这幅漫画。谈谈你对这个问题的认识。