I became a teacher because I _____ books to business.
A、wanted
B、liked
C、preferred
D、had
第1题:
A、due
B、owing
C、thanks
D、because
第2题:
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
第3题:
29、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { strcat(books[i],"book"); } printf("%s",&books[i-1][3]); return 0; }
A.Physicalbook
B.sical
C.Physical
D.sicalbook
第4题:
—Why didn't you go to the cinema yesterday?
—I______, but my daughter returned from America the moment I was leaving.
A. did
B. would
C. was going to
D. had
16.答案为C “你昨晚为什么不去电影院?”“我本打算去,但是我正要离开时我女儿从美国回来了。”该句用过去将来时表示过去打算做某事。
第5题:
2、用because和because of填空。 Please be brief ____________________ I'm in a hurry.