A.How
B.What
C.What a
D.What an
第1题:
Would you like ______some vegetable?
A、buy
B、to buy
C、buying
D、bought
第2题:
The house is worth ____.
A: to buy
B: buy
C: buying
D: bought
第3题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第4题:
We have been () walnutmeat form. the local commission houses, who () send us quotations regularly.
A、bought,used to
B、buying,used to
C、buy,are used
D、bought,used to
第5题:
A.you…your
B.you…our
C.us…our
D.us…your
第6题:
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