________ books is very interesting. (A) To read(B) Reading(C) Reader(D) Read
________ books is very interesting.
(A) To read
(B) Reading
(C) Reader
(D) Read
相关考题:
Which of the following words has gone through the semantic change of subjectification? A.cornB.gossipC.maidD.very
The inside of the earth is very, very ____. The rock has melted like ice. A.deepB.coldC.hardD.hot
My uncle’s house in the downtown area is much smaller than ours, but it is twice _______ expensive.A. as B. so C. too D. very
The more the young students worked, the ________ energetic they became.A: muchB: moreC: mostD: very
Ever since the drivers' strike started, citywide buses have been ( ) running thirty minutes to one hour late.A. finallyB. constantlyC. concurrentlyD. very
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.EB.sC.nD.h