A: in case of
B: in case
C: in a case
D: in one case
举一反三
- I wrote it down _____ I should forget it. A: in case of B: in case C: as if D: in order that
- I wrote it down _____I should forget it. A: in case of B: for fear of C: in case D: in order that
- I wrote it down ______I should forget it. A: [A] in case [B] in case of B: [C] in order that [D] for fear of
- I wrote it down ______ I should forget it. A: in case B: B.in case of C: in order that D: D.for fear of
- Be quiet ______ you wake the baby. A: in case of B: in any case C: in the case D: in case
内容
- 0
Take your skates _____ you decide to go skating. A: in no case B: in case of C: in case D: in the case of
- 1
Have the letter inviting you for an interview ready to show ______ there is any difficulty in communication. A: in the case B: B. in case C: in the case of D: D. in case of
- 2
In an election, every candidate will get plenty of opportunity to ________ to the voters. A: make the case B: overstate one’s case C: make case D: make his case
- 3
I'll give you my telephone number in case you want to get in touch with me. A: will B: should C: would D: need
- 4
若a,b均是整型变量,正确的switch语句是( )。 A: switch(a){case 1.0: printf(“i\n”);case 2: printf(“you\n”); ”);} B: switch(a){case b: printf(“i\n”);case 1: printf(“you\n”);} C: switch(a+b){case 1: printf(“i\n”);case 2*a: printf(“you\n”);} D: switch(a+b){case 1: printf(“i\n”);case 2: printf(“you\n”);}