【单选题】【消耗次数:1】
I’dliketoknowwhatyou______theplantsIgaveyou.
madefor
dealtwith
liveon
didwith
参考答案:
复制
纠错
相关题目
【单选题】 以下程序段: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
【单选题】 设有程序:则在程序中的两个括号中分别应填入() main( ) { int i,a[11]; printf(给数组赋值:\n); for (i=0;i scanf(%d,( )); ... ... printf(输出数组:\n); for(i=0;i printf(%d,,( )); }
①  a[i]和a[i]
②  a[i]和a[i]
③  a[i]和a[i]
④  a[i]和a[i]
【单选题】 I thought I knew the way, but ____I got lost.
①  somehow
②  somewhat
③  anyhow
④  anyway
【单选题】 I __________ going to the doctor, but I wish I hadn’t.
①  pick out
②  make out
③  give off
④  put off
【单选题】 下述程序的运行结果( )。 #includevoid main() { int i; for(i=1;i+1;i++) { if(i4){printf(%d\t,i++);break;} printf(%d\t,i++); } }
①  1 3 5
②  1 2 3
③  1 3 4
④  1 4 5
【简答题】 #include stdio.hint main(){char a[ ]=I love China!,b[20];int i;for(i=0;*(a+i)!=\0i++)*(b+i)=*(a+i);*(b+i)=\0//printf(string a is:%s\n//printf(string b is:for(i=0;b[i]!=\0i++)printf(%c,b[i]);printf(\nreturn 0;}以上程序运行结果为[填空1]。
【单选题】 循环语句“for(int i=0; i<n; i++) cout<<i*i<<’ ’;”中循环体执行的次数为()。
①  1
②  n-1
③  n
④  n+1
【单选题】 循环语句“for(int i=0; i<n; i++) cout<<i*i<<’ ’;”中循环体执行的次数为(????)
①  1
②  n-1
③  n
④  n+1
【单选题】 --I was quite surprised that I was elected as the chairman of the meeting.--________________________________
①  I think so.
②  You shouldnt surprise.
③  You are welcome.
④  You did an outstanding job and you really deserved it.
【单选题】 有以下程序,程序运行以后的输出结果是() #include stdio.h main( ) { int a[ ]={2,3,5,4},i; for(i=0;i switch(i%2) { case 0:switch(a[i]%2) {case 0:a[i]++;break; case 1:a[i]--; }break; case 1:a[i]=0; } for(i=0;i printf(\n); }
①  3 3 4 4
②  2 0 5 0
③  3 0 4 0
④  0 3 0 4
随机题目
【单选题】 下面关于IPv6协议优点的描述中,准确的是()
①  IPv6协议允许全局IP地址出现重复
②  IPv6协议解决了IP地址短缺的问题
③  IPv6协议支持通过卫星链路的Intemet连接
④  IPv6协议支持光纤通信
【单选题】 下列关于IP地址的说法中错误的是()。
①  一个IP地址只能标识网络中的唯一的一台计算机
②  IP地址一般用点分十进制表示
③  地址205.106.286.36是一个合法的IP地址
④  同一个网络中不能有两台计算机的IP地址相同
【单选题】 以下哪一个设置不是上互联网所必须的()
①  IP地址
②  工作组
③  子网掩码
④  网关
【单选题】 在B类网络中,可以分配的主机地址是多少?()
①  1022
②  4094
③  32766
④  65534
【单选题】 IP电话使用的数据交换技术是()
①  电路交换
②  报文交换
③  分组交换
④  包交换
【单选题】 应用程序PING发出的是()报文。
①  TCP请求报文
②  TCP应答报文
③  ICMP请求报文
④  ICMP应答报文
【单选题】 IP协议是无连接的,其信息传输方式是()
①  点对点
②  数据报
③  广播
④  虚电路
【单选题】 把网络202.112.78.0划分为多个子网(子网掩码是255.255.255.192),则每个子网中主机的数目是()。
①  254
②  252
③  128
④  64
【单选题】 255.255.255.224可能代表的是()。
①  一个B类网络号
②  一个C类网络中的广播
③  一个具有子网的网络掩码
④  以上都不是
【判断题】 IPv4地址中,网络地址越少,该网络内部的主机数也越少
①  正确
②  错误