() of these books are yours? A、WhatB、WhichC、How

() of these books are yours?

A、What

B、Which

C、How


相关考题:

—Lucy’s skirt is black. What about ________-?—Mine is white.A. you B. your C. yours 

14.A.yourB.youC.yourselfD.yours

—Where are________ books?—They are on the desk.

Be careful! Don't cut ________ with thenew knife.A、 youB、yourselfC、 yourD、yours

Our tradition ______ be different _____ yours.A、can;withB、must;withC、need;asD、may;from

—May I use your bike? _______ is broken.—Sure.A. My B.Mine C.Yours

what has Barbara got in her suitcase?A.shoesB.stonesC.books

16 His handwriting is ______yours.A. more betterB. as well asC. much better thanD. as better as

His handwriting is__yours.A.more betterB.as well asC.much better thanD.as better as

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