A.put...off
B.put...on
C.put ...down
D.put...away
第1题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第2题:
48.
A. my
B. his
C. their
D. your
第3题:
30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }
A.E
B.s
C.n
D.h
第4题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第5题:
Your ______ working on my vessel has acknowledged the truth of and liability for the damage.
A.representative
B.DP
C.ship-owner
D.man
第6题:
【单选题】下面程序的输出是。 main() {enum team {my,your=4,his,her=his+10}; printf("%d%d%d%dn",my,your,his,her);}
A.0 1 2 3
B.0 4 0 10
C.0 4 5 15
D.l 4 5 15