【单选题】【消耗次数:1】
Jack is so ____ to his appearance that he never has his clothes pressed.
adverse
anonymous
indifferent
casual
参考答案:
复制
纠错
相关题目
【单选题】 Jack is so _____ to his appearance that he never has his clothes pressed.
①  adverse
②  anonymous
③  indifferent
④  casual
【单选题】 Our manager is so __________ in his thinking, he never listens to new ideas.
①  rigid
②  tedious
③  boring
④  vivid
【单选题】 He has left his book here on___, so that you can read it.
①  purpose
②  intention
③  aim
④  meaning
【单选题】 That day he ___ his clothes before he came to see me.
①  has washed
②  washed
③  had been washing
④  was washed
【单选题】 That day he ___________ his clothes before he came to see me.
①  has washed
②  washed
③  had been washing
④  was washed
【单选题】 That day he_______his clothes before he came to see me.
①  has washed
②  washed
③  had been washing
④  was washed
【单选题】 The poet has____ fame all his life, but has never experienced it.
①  pursued
②  followed
③  chased
④  traced
【单选题】 He never does his homework [填空] others.
①  so careful as
②  as carefully as
③  carefully as
④  as careful as
【单选题】 He’s never again written ____ as his first one.
①  so good a book
②  such good a book
③  such good book
④  so a good book
【单选题】 He is a teacher and so [填空] his wife.
①  does
②  is
③  do
④  did
随机题目
【单选题】 美国信息交换标准代码简称()。
①  ASCII码
②  BCD码
③  GB-32码
④  8421码
【单选题】 student是一个结构体类型,则结构体变量定义正确的是()
①  struct student a
②  a student
③  struct a
④  以上都不对
【单选题】 设变量定义为charformat[]=“s=%d\n”;则数组format中有()个元素。
①  4
②  5
③  6
④  7
【单选题】 下列数组定义、初始化或赋值语句中,正确的是()
①  intx[5]={1,2,3,4,5,6};
②  intn=8;intscore[n];
③  inta[8];a[8]=100;
④  intx[]={1,2,3,4,5,6};
【单选题】 若变量已正确定义,和语句“if(a>b)k=0;else k=1;”等价的是()
①  k=(a;b)?1:0;
②  k=a;b;
③  k=a;=b;
④  a;=b?0:1;
【单选题】 已知字母a的ASCII十进制代码为97,则执行下列语句后的输出结果为(). char a=a; a--; printf(%d,%c\n,a+2-0,a+3-0);
①  b,c
②  a--运算不合法,故有语法错
③  98,c
④  格式描述和输出项不匹配,输出无定值
【单选题】 程序中调用了库函数exit,必须包含头文件()。
①  string.h
②  stdlib.h
③  ctype.h
④  math.h
【单选题】 执行循环语句for (x=0,y=0;(x!=3)&&(x<8);x++)y++;后y 的值是()。
①  3
②  8
③  0
④  不确定
【单选题】 若用数组名作为函数调用的实参,传递给形参的是()。
①  数组的首地址
②  数组中第一个元素的值
③  数组中的全部元素的值
④  数组元素的个数
【单选题】 若调用一个函数,且此函数中没有RERURN语句,则关于该函数正确的说法是()
①  有返回值
②  回若干个系统默认值
③  能返回一个用户所希望的函数值
④  返回一个不确定的值