首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
以下程序的输出结果是______。 #include<stdio.h> int fun(int x) static int t=0; return(t+=x); main( ) ...
查看本题答案
包含此试题的试卷
计算机等级考试《填空》真题及答案
点击查看
你可能感兴趣的试题
以下程序的输出结果是【14】 #include<iostream.h> voidmain {i
以下程序的输出结果是【7】 #include<iostream.h> voidmain {
以下程序运行后的输出结果是#include<stdio.h>structstintxydata[2]
10,1
20,1
10,2
20,2
有以下程序 #include main {intx=011; printf%d/n++x; } 程
12
11
10
9
以下程序运行后的输出结果是#include<stdio.h>structstintxydata[2]
10,1
20,1
10,2
20,2
以下程序的输出结果是______ #include<stdio.h> main {inta=3
以下程序的输出结果是______ #include voidmain {inta=
以下程序的输出结果是【】 #include main {prinff%d\nstrlenIBM
以下程序的输出结果是______ #include<string.h> main {print
以下程序的输出结果是【】 #include<iostream.h> voidmain { i
以下程序的输出结果是 #include mian {inta=37; a+=a%=9;pri
以下程序的输出结果是_______main{charst[20]=hello/0/t//;print
99
520
1320
2020
以下程序的输出结果是#include<stdio.h>structstiintxint*y}*pin
10
11
51
60
以下程序的输出结果是 #include<iostream.h> voidmain {inta=
以下程序的输出结果是#include<stdio.h>structst{intxint*y}*pin
10
11
51
60
以下程序的输出结果是【】 #include<iostream.h> voidmain {int
以下程序的输出结果是【14】 #include<iostream.h> voidmain {i
有以下程序#include<stdio.h>intk=7;int*stint*aint*c=&k;i
以下程序的输出结果是______ #include<string.h> main {print
以下程序的输出结果是______ #include<iostream.h> voidmain
热门试题
更多
若x和y是程序中的两个整型变量则下列if语句中正确的是
有如下程序#include<iostream>usingnamespacestdclassBpublicBintxxxxx++countx+=10virtualvoidshowconstcout<<count<<’_’<<x<<end1protectedstaticmtcountprivateintxclassD://publicBpublicDintxxintyyBxxyyy++county+=100virtualvoidshowconstcout<<count<<’_’<<y<<end1privateintyintBcount=0intmainB*ptr=newD1020ptr—>showdeleteptrreturn0运行时的输出结果是
软件生命周期可分为定义阶段开发阶段和维护阶段详细设计属于
假定Xcs是一个类该类中一个成员函数的原型为Xcs*abc则在类外定义时对应的函数头为______
下列程序段中包含4个函数其中具有隐含this指针的是intfun1classTestpublicintfun2friendintfun3staticintfun4
有如下程序#include<iostream>usingnamespacestdclassGrandChildpublicGrandChildstrcpynameUnknownconstchar*getNameconstreturnnamevirtualchar*getAddressconst=0privatecharname[20]classGrandSonpublicGrandChildpublicGrandSonchar*namechar*getAddressconstreturnShanghaiintmainGrandChild*gs=newGrandSonFeifeicout<<gs—>getName<<住在<<gs—>getAddress<<end1deletegsreturn0运行时的输出结果是______
有如下的函数定义intXfunint*aintnintx*aforint*pa=a+1pa<a+npa++if*pa>xx=*pareturnx若在执行了语句intx[5]=2346785516后通过表达式Xfunx5调用该函数则得到的返回值为______
人员基本信息一般包括身份证号姓名性别年龄等其中可以做主关键字的是______
若x和y是两个整型变量在执行了语句序列x=5y=6y+=x--后x+y的值为______
若MyTemp是一个具有虚拟类型参数的类模板且有如下语句序列MyTemp<double>p2MyTemp<long>p3[2]编译系统在处理上面的语句序列时所生成的模板MyTemp的实例的个数是
有如下类定义classSamplepublicSample~Sampleprivatestaticintdata将静态数据成员data初始化为0的语句是______
下列代码段声明了3个类classPersonclassStudentpublicPersonclassUndergraduateStudent下列关于这些类之间关系的描述中错误的是
将运算符+重载为非成员函数下列原型声明中错误的是
软件是______数据和文档的集合
下列叙述中错误的是
要定义整型数组X使之包括初值为0的3个元素下列语句中错误的是
有如下程序#include<iostream>usingnamespacestdclassTestpublicTestTestconstTest&tcout<<1TestfunTest&uTestt=ureturntintmainTestxyx=funyreturn0运行这个程序的输出结果是
请将下列模板类Data补充完整template<typenameT>classDatapublicvoidputTvval=v______get//返回数据成员val的值返回类型不加转换returnvalprivateTval
请将下面的程序补充完整使得程序输出飘是张娜的书#include<iostream>usingnamespacestdclaSSBookpublicBookchar*str|strcpytitlestrvoidPrintlnfocout<<title<<end1protectedchartitle[50]classMyBookpublicBookpublicMyBookchar*s1char*s2=张娜______strcpyowners2virtualvoidPrintlnfocout<<title<<是<<owner<<的书<<end1privatecharowner[10]intmainBook*ptr=newMyBook飘ptr—>PrintInforeturn0
有如下循环语句forinti=50i>20i-=2cout<<i<<’’运行时循环体的执行次数是______次
设某循环队列的容量为50如果头指针front=45指向队头元素的前一位置尾指针rear=10指向队尾元素则该循环队列中共有______个元素
打开文件时可单独或组合使用下列文件打开模式①ios_baseaop②ios_basebinary③ios_base④ios_baseout若要以二进制读方式打开一个文件需使用的文件打开模式为
下面是一个递归函数其功能是使数组中的元素反序排列请将函数补充完整voidreverseint*aintsizeifsize<2returnintk=a[0]a[0]=a[size-1]a[size-1]=kreversea+1______
软件程序调试的任务是
下列关于继承方式的描述中错误的是
有如下程序#include<iostream>UsingnamespacestdclassBasepublicBaseintx=0valBxcout<<valB~Basetout<<valBPrivateintvalBclassDerivedpublicBasepublicDerivedintx=0inty=0BasexvalDycout<<valD~Derivedcout<<valDprivateintvalDintmainDerivedobj1223return0运行时的输出结果是
下列叙述中正确的是
下列关于运算符重载的描述中错误的是
软件开发过程主要分为需求分析设计编码与测试4个阶段其中______阶段产生软件需求规格说明书
算法的时间复杂度是指
热门题库
更多
嵌入式软件助理工程师
计算机操作系统
软件测试工程师
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法