I don't have any English books ______ this one.A、forB、withoutC、exceptD、 from
I don't have any English books ______ this one.
A、for
B、without
C、except
D、 from
相关考题:
---- All the students in Class One went to the cinema ________ Li Ping. Why?---- Because he had a stomachache.A. besides B. without C. except D. beside
Don't _________ your mother ________ everyday difficulties even if she is old.A separate;fromB keep;outofC insulate;fromD distract;from
Please ________ my respect ________ the chairman when you meet him. A.show...forB.pay...forC.have...forD.show...to
____ I?know,?there?isn’t?such?a?word?in?English.A、As much asB、So far asC、As long asD、As soon as
-- Ann is in hospital.-- Oh, really? I __ know. I __ go and visit her.A. didn’t; am going to B. don’t; wouldC. don’t; will D. didn't; will
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
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.PhysicalbookB.sicalC.PhysicalD.sicalbook