【单选题】【消耗次数:1】
which the following choice is right about the meaning of budget?
预算
价格
计划
还价
参考答案:
复制
纠错
相关题目
【单选题】 which the following choice is right about the meaning of shrink?( )
①  褪色
②  缩水
③  变形
④  淋浴
【单选题】 which the following choice is right about the meaning of costume ?( )
①  化妆
②  流行
③  服装
④  纽扣
【单选题】 which the following choice is right about the meaning of bracelet?( )
①  手镯
②  括号
③  耳环
④  空白
【单选题】 which the following choice is right about the meaning of immigration?( )
①  移民
②  风险
③  飞行
④  快递
【单选题】 which the following choice is right about the meaning of accommodation?
①  条件
②  膳宿
③  安排
④  交通
【单选题】 which the following choice is right about the meaning of profile?( )
①  职位
②  文件
③  资料
④  外观
【单选题】 which the following choice is right about import meaning?( )
①  出口
②  植入
③  进口
④  放置
【单选题】 which the following choice is wrong about the meaning of duty?( )
①  值班
②  职责
③ 
④  药物
【单选题】 which the following choice is wrong about the meaning of item?( )
①  物品
②  文章
③  项目
④  一条
【单选题】 which the following choice is wrong about the meaning of fare?
①  公平
②  费用
③  车票
④  事情
随机题目
【单选题】 若有定义:structteacher{intnum;charsex;intage;}teacher1;则下面叙述错误的是()。
①  struct是结构类型的关键字
②  structteacher是用户定义的结构类型
③  num、sex、age都是结构变量teacher1的成员
④  teacher1是结构类型名
【单选题】 若有定义:floatx=3.5,y=3.6;则表达式()的值为6。
①  (int)x+(int)y
②  x+y
③  (int)(x+y)
④  int(x+y)
【单选题】 若定义inta=-5,b=-8,c=-12;则表达式a=b||bc的值为()。
①  变量i的值
②  变量j的值
③  0
④  1
【单选题】 若已定义:intm=7,n=4;floatx=3.0,y=8.0,k;则执行语句k=m/2+n*x/y;后,变量k的值是()。
①  3
②  4
③  4.5
④  5
【单选题】 下面函数调用语句含有实参的个数为()。temp((a,b,c),(x,y))
①  2
②  3
③  4
④  5
【单选题】 若已定义inta;不会产生死循环的语句是()。
①  for(;;a+=2);
②  for(a=10;;a--);
③  for(;(a=getchar())!=\n;);
④  while(-1){a++;}
【单选题】 有以下程序:main(){intc;while((c=getchar())!=\n){switch(c-2){case0:case1:putchar(c+4);case2:putchar(c+4);break;case3:putchar(c+3);default:putchar(c+2);break;}}printf("\n");}当输入:247回车,程序的输出结果是()。
①  689
②  6689
③  66778
④  66887
【单选题】 以下程序中的循环执行了()次。#defineN2#defineMN+1#defineNUM(M+1)*M/2main(){inti,n=0;for(i=0;ii++)n++;printf("%d\n",n);}
①  5
②  6
③  8
④  9
【单选题】 若有定义:inta=6;则语句a*=a-=a/=3;运行后,a的值是()。
①  10
②  0
③  34
④  24
【单选题】 若已定义inta=3,b=3,x=1,y=2;表达式(a=yx)(x=ba)的值是()。
①  6
②  1
③  9
④  0