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

题目内容 (请给出正确答案)

– Could I borrow your CD of English songs?– ( ).

A. No, I am not available

B. I'm sorry. It's not at hand now

C. It's very kind of you

D. Thank you very much


参考答案

更多 “ – Could I borrow your CD of English songs?– ( ).A. No, I am not availableB. I'm sorry. It's not at hand nowC. It's very kind of youD. Thank you very much ” 相关考题
考题 33. --- I’m sorry to keep you waiting.--- Oh, not at all. I ______ here for only a few minutes.A. was B. have beenC. will be D. am

考题 6.I _________ some money from him,but I’ll _________ it tohim in a few days.A. borrow,returnB. lend,borrowC. borrow,keepD. lend,keep

考题 —I'd met Smith several times before.—So (have) ( ) I.

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

考题 A:I'm keen on football.B: So ( )I.A. haveB. doC. am

考题 A: I’m keen on baseball. B: So ________ I A.haveB.doC.am

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

考题 在乘数分析法中,考虑两国之间影响,本国国民收入可以表示为A.Y=(Cd+I+G+m2Y2+M2)/ (1-cd)B.Y=(C+I+G+m2Y2+M2)/ (1-c)C.Y=(Cd+I+G+m2Y2+M2)/ (1-c)D.Y=(C+I+G+m2Y2+M2)/ (1-cd)

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