网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
—Could I borrow your English Dictionary? —

A. Thank you very much.

B. No, I am not available.

C. I’m sorry. It’s not at hand now.

D. It’s very kind of you.


参考答案

更多 “ —Could I borrow your English Dictionary? — A. Thank you very much.B. No, I am not available.C. I’m sorry. It’s not at hand now.D. It’s very kind of you. ” 相关考题
考题 6.I _________ some money from him,but I’ll _________ it tohim in a few days.A. borrow,returnB. lend,borrowC. borrow,keepD. lend,keep

考题 7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His

考题 I ()have been here, but I()not find the time.A. could; couldB. might; couldC. should; couldD. should; would

考题 What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

考题 ____ I?know,?there?isn’t?such?a?word?in?English.A、As much asB、So far asC、As long asD、As soon as

考题 ( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us

考题 I__________have been there,but I__________not find the time.A.should;would B.should;could C.might;could D.could;could

考题 Dictionary对象的缺省属性为(),所以可以直接对Dictionary对象进行缺省操作。

考题 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