首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
以下程序运行后的输出结果是 #include<stdio.h> main( ) int i=5; do if(i%3==1 if(i%5==2) ...
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
以下程序运行后的输出结果是【10】 #include main {chara; fora=0
以下程序运行后的输出结果是【20】#include<stdio.h>mainihtx=0210;pr
有以下程序#include<stdio.h>main{printf%d/nNULL;}程序运行后的输
1
-1
NULL没定义,出错
有以下程序段 #include main {inta=7; whilea--; print
-1
1
7
有以下程序 #include main {inta=2b; b=a
2
4
6
8
有以下程序 #include main { chara='H'; a=a>='A'
A
a
H
h
以下程序运行后的输出结果是______ #include<stdio.h> funintx {
以下程序运行后的输出结果是______ #include<stdio.h> main {int
有以下程序:#include<stdio.h>mainunsignedinta;intb=-1;a=
;程序运行后的输出结果是( )
以下程序运行后的输出结果是______ #include<stdio.h> main{ int
以下程序运行后的输出结果是【7】 #include<stdio.h> main {charm;
有以下程序:#include<stdio.h>main{intc=35;printf%d/ne&c;
70
35
1
有以下程序 #include<stdio.h> main {printf%d/nNULL;}
1
-1
NULL没定义,出错
以下程序运行后的输出结果是【17】 #include<stdio.h> main {intp=
以下程序运行后的输出结果是______#include<stdio.h>mainchara;fora
以下程序运行后的输出结果是______ #include<stdio.h> main {int
以下程序运行后的输出结果是#include<stdio.h>maininta=200b=010pri
以下程序运行后输出结果是【7】 #include main {inta=37; a%=9;p
以下程序运行后的输出结果是______#include<stdio.h>maininta=37;a%
以下程序运行后的输出结果是______#include<stdio.h>maininta=200b=
热门试题
更多
若x和y是程序中的两个整型变量则下列if语句中正确的是
有如下程序#include<iostream>usingnamespacestdclassBpublicBintxxxxx++countx+=10virtualvoidshowconstcout<<count<<’_’<<x<<end1protectedstaticmtcountprivateintxclassD://publicBpublicDintxxintyyBxxyyy++county+=100virtualvoidshowconstcout<<count<<’_’<<y<<end1privateintyintBcount=0intmainB*ptr=newD1020ptr—>showdeleteptrreturn0运行时的输出结果是
软件生命周期可分为定义阶段开发阶段和维护阶段详细设计属于
有如下程序#include<iostream>usingnamespacestdclassPublication//出版物类charname[30]publicPublicationchar*name=未知名称~strcpythis—>namenameconstchar*getNameconstreturnnamevirtualconstchar*getTypeconstreturn未知类型classBookpublicPublication//书类publicBookchar*namePublicationnamevirtualconstchar*getTypeconstreturn书voidshowPublicationPublication&pcout<<p.getType<<<<p.getName<<end1intmainBookbook精彩人生showPublicationbookreturn0运行时的输出结果是
在下列枚举符号中用来表示相对于当前位置文件定位方式的是
下列程序段中包含4个函数其中具有隐含this指针的是intfun1classTestpublicintfun2friendintfun3staticintfun4
有如下程序#include<iostream>usingnamespacestdclassGrandChildpublicGrandChildstrcpynameUnknownconstchar*getNameconstreturnnamevirtualchar*getAddressconst=0privatecharname[20]classGrandSonpublicGrandChildpublicGrandSonchar*namechar*getAddressconstreturnShanghaiintmainGrandChild*gs=newGrandSonFeifeicout<<gs—>getName<<住在<<gs—>getAddress<<end1deletegsreturn0运行时的输出结果是______
数据库管理系统是
有如下程序#include<iostream>#include<iomanip>usingnamespacestdintmainints[]=123234cout<<setfill’*’<<setw6forinti=0i<2i++cout<<s[i]<<end1return0运行时的输出结果是
人员基本信息一般包括身份证号姓名性别年龄等其中可以做主关键字的是______
若MyTemp是一个具有虚拟类型参数的类模板且有如下语句序列MyTemp<double>p2MyTemp<long>p3[2]编译系统在处理上面的语句序列时所生成的模板MyTemp的实例的个数是
有如下类定义classSamplepublicSample~Sampleprivatestaticintdata将静态数据成员data初始化为0的语句是______
下列代码段声明了3个类classPersonclassStudentpublicPersonclassUndergraduateStudent下列关于这些类之间关系的描述中错误的是
将运算符+重载为非成员函数下列原型声明中错误的是
有如下程序#include<iostream>usingnamespaeestdclassToypublicToychar*_nstrcpyname_ncount++~Toycount--char*GetNamereturnnamestaticintgetCountreturncountprivatecharname[10]staticintcountintToycount=0intmainToyt1snoopyt2Mickeyt3Barbietout<<t1.getCount<<end1return0运行时的输出结果是
下列叙述中错误的是
要定义整型数组X使之包括初值为0的3个元素下列语句中错误的是
请将下列模板类Data补充完整template<typenameT>classDatapublicvoidputTvval=v______get//返回数据成员val的值返回类型不加转换returnvalprivateTval
下列字符串中可以用作C++标识符的是
有如下循环语句forinti=50i>20i-=2cout<<i<<’’运行时循环体的执行次数是______次
某二叉树有5个度为2的结点以及3个度为1的结点则该二叉树中共有______个结点
打开文件时可单独或组合使用下列文件打开模式①ios_baseaop②ios_basebinary③ios_base④ios_baseout若要以二进制读方式打开一个文件需使用的文件打开模式为
算法的空间复杂度是指
下面是一个递归函数其功能是使数组中的元素反序排列请将函数补充完整voidreverseint*aintsizeifsize<2returnintk=a[0]a[0]=a[size-1]a[size-1]=kreversea+1______
软件程序调试的任务是
下列关于继承方式的描述中错误的是
下列叙述中正确的是
下列关于运算符重载的描述中错误的是
软件开发过程主要分为需求分析设计编码与测试4个阶段其中______阶段产生软件需求规格说明书
算法的时间复杂度是指
热门题库
更多
计算机操作系统
软件测试工程师
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设