_______, you should be well prepared for the worst.
A、In no case
B、In any case
C、no some case
D、In case
第1题:
A.any , any
B.any , some
C.some , some
第2题:
A、some, some
B、any ,some
C、some, any
D、any,any
第3题:
下列程序段的输出结果是【】。
int n="c";
switch(n++)
{default:printf("error");break;
case "a":
case "A":
case "b":
case "B":printf("good");break;
case "c":case"C":printf("pass");
case "d":case"D":printf("warn");
}
n++是在执行完其所在的语句后再加1,因此,在执行case的时候,n的值依然为'c',执行case'c'后面的语句,先打印出“pass”;在执行完case'c'后,未遇到break跳出switch,便接着执行下面的语句,又打印出warn。所以此题输出结果是passwarn。
第4题:
A.any, any
B.any, some
C.some, some
第5题:
I don't need ( )mineral water, but I'd like ( )_tea, thanks.
A. some,any
B. any,any
C. any,some
第6题: