首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
以下程序的输出结果是( )。#include <iostream.h>void main(){ int a=0,i; for(i=1 ;i<5;i++) { switch(i) { case 0: c
以下程序的输出结果是( )。#include <iostream.h>void main(){ int a=0,i; for(i=1 ;i<5;i++) { switch(i) { case 0: c
admin
2013-05-30
26
问题
以下程序的输出结果是( )。#include <iostream.h>void main(){ int a=0,i; for(i=1 ;i<5;i++) { switch(i) { case 0: case 3: a+ =2; case 1: case 2: a+ =3; default: a+ =5; } } cout<<a<<end1; return;}
选项
A、31
B、13
C、10
D、20
答案
1
解析
转载请注明原文地址:https://jikaoti.com/ti/GyE0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
若有一下程序段int*ptr,x,y=11;ptr=&x;*ptr=10;x=*ptr+y;执行该程序段后,x的值是______。
在数据库设计中,数据流图表达的是______。
若有如下程序:#include<iostream>usingnamespacestd;ints=0;classsample{staticintn;pubic:sample(int
为用户与数据库系统提供接口的语言是()。
若定义:floatx;inta,b;,则正确的switch语句是()。
分析下列程序,并写出运行结果【】。#include<iostream.h>voidmain(){intx[10]:inti=5,*ptr=x;*(ptr+i)=10;cout<<x[i]<
能表示a≥10或者a≤0的关系表达式是______。
设有如下三个关系表下列操作中正确的是()。
下列说法有错误的是______。
在C++中,包含了处理用户控制的文件操作所需的信息是指头文件中的【】。
随机试题
男性,48岁,近1周内发现血压升高156/98mmHg,服用利尿剂氢氯噻嗪降压效果不佳,且出现四肢行走无力,测血钾为2.2mmol//L。若需明确诊断,则下一步需作
入库验收麻醉药品时应做到
关于纳税人的说法,错误的是()。
“客户所提问题或投诉,要引起重视,尽快处理”是沟通方法中的()。
下列成语反映了性格与能力相互促进的关系是()。
Mostworkersspendeightorninehoursonthejob.Theywork【C1】________it’sunavoidable.Theyneedtomakeenoughmoneyfor【C2】
3,15,35,63,()
设f(x)是在[a,b]上连续且严格单调的函数,在(a,b)内可导,且f(a)=<b=f(b).证明:存在ξi∈(a,b)(i=1,2,…,n),使得
Knowledgemaybeacquiredthroughconversation,watchingtelevisionortraveling,butthedeepestandmost【B1】______wayisthro
Thereisnodenyingthatstudentsshouldlearnsomethingabouthowcomputerswork,justasweexpectthematleasttounderstand
最新回复
(
0
)