【单选题】【消耗次数:1】
We shall be pleased to receive from you all necessary information _________ these goods.
regarding
in regard
as regard
with regard
参考答案:
复制
纠错
相关题目
【单选题】 If you will make us your lowest quotation for air-conditioner, we shall regard ____ as a personal favor.
①  it
②  you
③  your lowest quotation
④  air-conditioner
【单选题】 We have a high regard for Prof. Joseph because he always _____his principles.
①  lives on
②  lives up to
③  lives through
④  lives with
【判断题】 A: Shall we go out for a picnic tomorrow then? B: Its all up to you
①  正确
②  错误
【单选题】 We’ll _____you as soon as we have any further information.
①  notify
②  signify
③  communicates
④  impart
【单选题】 We shall ______ all our friends and allies in every part of the world to take the same course and pursue it.
①  appeal to
②  appeal for
③  appeal with
④  appeal of
【单选题】 We should be pleased to send you some samples of our new printers on approval, _______ our own expenses.
①  at
②  on
③  for
④  in
【判断题】 A: How do you do? Pleased to meet you. B: How do you do? Pleased to meet you, too.
①  正确
②  错误
【单选题】 But considering the long-standing business relationship between us, we shall ______ you a special discount.
①  grade
②  grasp
③  grant
④  glance
【判断题】 When you ask sb. to open the window, if you are a lady its polite to say Open the window, will you? if you are a man you should say Lets open the window, shall we?
①  正确
②  错误
【单选题】 We all thought ______ pity that you were unable to attend our meeting.
①  that
②  which
③  this
④  it
随机题目
【单选题】 能正确表示x的取值范围在[0,100]和[-10,-5]内的表达式是。
①  (x=-10)||(x=-5)(x=0)||(x=100)
②  (x=-10)(x=-5)||(x=0)(x=100)
③  (x=-10)(x=-5)(x=0)(x=100)
④  (x=-10)||(x=-5)||(x=0)||(x=100)
【单选题】 写出下面程序的执行结果。main(){ int x=1,y=1,z=0;if(z0)if(y0) x=3;else x=5;printf(%d\tif(z=y0) x=3;else if(y= =0 ) x=5;else x=7;printf(%d\tprintf(%d\t}
①  1 7 0
②  3 7 0
③  5 5 0
④  1 5 1
【单选题】 若有定义:int x,y;char a,b,c;并有以下输入数据(此处,代表换行符)1,2A,B,C则能给x赋整数1,给y赋整数2,给a赋字符A,给b赋字符B,给c赋字符C的正确程序段是()。
①  scanf(x=%d,y=%d,x,a=getchar();b=getchar();c=getchar();
②  scanf(%d,%d,x,a=getchar();b=getchar();c=getchar();
③  scanf(%d,%d,%c,%c,%c,%c,%c,%c,x,y,a,a,b,b,c,
④  scanf(%d,%d,%c,%c,%c,x,y,a,b,
【单选题】 在C语言中,数字018是一个()。
①  十进制数
②  八进制数
③  十六进制数
④  非法数
【单选题】 若有定义:int x,y;char a,b,c;并有以下输入数据(此处,代表换行符)1 2A B C则能给x赋整数1,给y赋整数2,给a赋字符A,给b赋字符B,给c赋字符C的正确程序段是()。
①  scanf(x=%dy=%d,x,a=getchar();b=getchar();c=getchar();
②  scanf(%dy%d,x,a=getchar();b=getchar();c=getchar();
③  scanf(%d%d%c%c%c%c%c%c,x,y,a,a,b,b,c,
④  scanf(%d%d%c%c%c,x,y,a,b,
【单选题】 以下程序段:int i,a=3,b=2;i=(--a==b++)?--a:++b;printf(i=%d a=%d b=%d,i,a,b);输出结果是。
①  i=1 a=1 b=3
②  i=3 a=2 b=3
③  i=4 a=1 b=4
④  i=4 a=2 b=4
【单选题】 有如下嵌套的if语句if(ab)if(ac) else if(bc) else 以下选项中与上述if语句等价的语句是。
①  k=(ab)?a:b;k=(b<c)?b:c;
②  k=(ab)?((b<c)?a:b)((b>c)?b:c);
③  k=(ab)?((a<c)?a:c)((b<c)?b:c);
④  k=(ab)?a:b;k=(a<c)?a:c;
【单选题】 若有定义:int a,b;,通过语句scanf(“%d;%d”,a,,能把整数3赋给变量a,5付给变量b的输入数据是( )。
①  3 5
②  3,5
③  3;5
④  35
【单选题】 两次运行下面的程序,如果从键盘上分别输入6和4,则输出结果是。main( ){ int x; scanf(“%d”, if(x++5) printf(“%d”,x); else printf(“%d\n”,x--);}
①  7和5
②  6和3
③  7和4
④  6和4
【简答题】 注释部分从[填空1]开始,以[填空2]结束。