The teacher gave some books _______ yesterday. A.to IB.for IC.for meD.to me

The teacher gave some books _______ yesterday.

A.to I

B.for I

C.for me

D.to me


相关考题:

()more experience ,he would have done it better. A、GivenB、GivingC、To giveD、Gave

He ()her a beautiful hat on her next birthday.A. givesB. is going to giveC. gave

We are () to understand that you are potential buyers of Chinese.A、giveB、givingC、givenD、gave

The home team ______ dearly for their defensive errors.A、costB、 tookC、paidD、gave

A: I’d like ________ information about the school. B: You could have ________ word with the schoolmaster. A.some / aB.an / someC.some / some

We had thought Tom wouldn’t come to our party but he arrived out of the () yesterday.

The word “tallied” (Line 3, Para. 2) probably means ______.A.calculatedB.corresponded toC.listedD.gave

( )Are you sure you don‘t have_______advice to give me I really need_______.A.any;anyB.some;anyC.any;someD.some;some

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

以下字符串定义错误的是___________。A.char s[7]="Teacher";B.char s[]="Teacher";C.char s[10]={"Teacher"};D.char s[10]="Teacher";