【单选题】【消耗次数:1】
The appreciative word is[].
tempting
charming
coquettish
参考答案:
复制
纠错
相关题目
【单选题】 The appreciative word is[].
①  prudent
②  timid
③  shy
④  cowardly
【单选题】 The appreciative word is[].
①  old age
②  golden years
③  fossil
【单选题】 The appreciative word is[].
①  cocky
②  proud
③  arrogant
④  self-confident
【单选题】 The appreciative word is[].
①  spinster
②  unmarried woman
③  maiden lady
【单选题】 The appreciative word is[].
①  updated
②  new
③  newfangled
【单选题】 The neutral word is [].
①  tempting
②  charming
③  coquettish
【单选题】 启动Word是指( )。
①  将Word程序从硬盘调入主存执行
②  从主存直接执行Word程序
③  只从磁盘将Word文档调入主存
④  显示文档内容
【判断题】 在WORD 中,可同时打开多个WORD 文档。( )
①  正确
②  错误
【单选题】 The neutral word is [].
①  spinster
②  unmarried woman
③  maiden lady
【单选题】 The pejorative word is [].
①  sly
②  clever
③  of high IQ
随机题目
【单选题】 在下面的( )不能作为函数的返回类型。
①  void
②  int
③  new
④  long
【单选题】 函数调用func((exp1,exp2),exp3*exp4-exp5)中所含实参的个数为( )个。
①  1
②  2
③  4
④  5
【单选题】 表示文件结束符的符号常量为( )。
①  eof
②  Eof
③  EOF
④  feof
【单选题】 假定一个结构类型的定义为“struct D{int a;union{int b;double c;};D* d[2];};”,则该类型的大小为( )字节。
①  20
②  24
③  28
④  32
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 在#include命令中不可以包含( )。
①  头文件
②  程序文件
③  用户头文件
④  目标文件
【单选题】 假定一个结构类型的定义为“struct A{int a,b;A* c;};”,则该类型的长度为( )。
①  8
②  10
③  12
④  16
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)
【单选题】 表示文件结束的符号常量为( )。
①  eof
②  Eof
③  EOF
④  Feof