--Happy new year! -- ____________.A. Many thanksB. The same to youC. That’s OkD. That would be fine

--Happy new year! -- ____________.

A. Many thanks

B. The same to you

C. That’s Ok

D. That would be fine


相关考题:

( 38 )有以下定义和语句struct workers{ int num;char name[20];char c;struct{ int day; int month; int year; } s;} ;struct workers w,*pw;pw = w;能给 w 中 year 成员赋 1980 的语句是A ) *pw.year = 198O;B ) w.year=1980;C ) pw-year=1980;D ) w.s.year=1980;

You're gonna break a six-year (). A、streakB、termC、planD、period

1._________Could you please give me a hand?A. No,thanks.B. You’re welcome.C. Yes,l could.D. Sure.What’s wrong?

— You’d like coffee, wouldn ' t you? A、No, I wouldn’t.B、I think I’d rather have tea this morning.C、I think I’d rather have coffee.D、Thanks. The same to you.

In a Western meal, you' re offered a 'second helping, but you have already had enough. What would you say? A、No, thanks, I don't like itB、.No, I don't want any.C、No, I'm terribly full.D、That is delicious, but I've already had plenty, thanks.

下述程序执行的输出结果是( )。 #includestdio.h main( ) {char a[2][4]; , strcpy(a。"are");strcpy(a[1],"you"); a[o][3]=; printf("%s\n",a); }A.areyouB.youC.areD.

Adams: You're looking so nice.Bill: ______A、Pretty good.B、It's very nice of you,and you are so beautiful.C、Sorry to hear that.D、Yes,I'm extremely well,thanks.

when you are invited for a western meal, you're offered a second helping but you have already had enough. what would you say? "______" A、Oh, thanks. That tastes awful.B、No, I don't like it.C、No, I don't want that.D、That was delicious but I've already had plenty, thanks.

2.—How _______you?—I_______ fine, thanks.A.are;isB.are; amC.are;areD.is,am

用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”A.:r/old/newB.:s/old/newC.:1,$s/old/new/gD.:%s/old/new/g