首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
阅读下面程序:#include <iostream.h>fun (int a, int b)int c;c=a+b;return c;void main( )int x=6, y=7, z=8, r;...
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
阅读下面的程序#include<iomanip.h>voidmaincout.fill’!’cout
阅读下面语句则程序的执行结果是______#includestdio.hmaininta=-1b=1
阅读下面程序则执行后的结果是#includestdio.hmain{charstr[]=tomeet
tomeetme
tmem
oete
tome
阅读下面程序程序执行后的结果为#includestdio.hmain{char*str=abcdef
f
a
e
a
阅读下面程序则程序的执行结果为【9】 #includestdio.h main {inta=3
阅读下面程序程序执行后的结果为#includestdio.hmainchar*str=abcdefg
f
a
e
a
阅读下面程序则执行后的结果是#includestdio.hmain{charstr[]=tomeet
tomeetme
tmem
oete
tome
阅读下面程序: #include<iostream.h> longfibintn { ifn
阅读下面程序 #include<iostream.h> voidfunintn { intx
阅读下面程序段则执行后输出的结果是______ #includestdio.h main {c
阅读下面程序#include<iomanip.h>intmaincout<<setfill'*'<<
3.1415**
***3.1416
3.141593
**3.14159
阅读下面语句则程序的执行结果是______ #includestdio.h main {int
阅读下面程序 #include<iostream.h> voidfintn { intx5;
阅读下面的程序#include<iomanip.h>voidmaincout.fill’!’cout
阅读下面程序程序执行后的结果为#includestdio.hmainchar*str=abcdefg
f
a
e
q
阅读下面程序 #include<iostream> usingnamespacestd lon
阅读下面程序则程序的执行结果为______ #includestdio.h main {int
阅读下面程序#include<iomanip.h>intmain{cout<<setfill'*'<
3.1415**
***3.1416
3.141593
**3.14159
阅读下面的程序 #include<iomanip.h> voidmain { cout.fi
阅读下面语句则程序的执行结果是【7】 #includestdio.h main {inta=-
热门试题
更多
如果不使用多态机制那么通过基类的指针虽然可以指向派生类对象但是只能访问从基类继承的成员有如下程序没有使用多态机制#include<iostream>usingnamespacestdclassBaseintabpublicBaseintxintya=xb=yvoidshowcout<<a<<’’<<b<<endlclassDerivedpublicBaseintCdpublicDerivedintxintyintzintmBasexyc=zd=mvoidshowcout<<c<<’’<<d<<endl.intmainBaseBI5050*pbDerivedD110203040pb=&D1pb->showreturn0程序的输出结果是
以下数组定义中不正确的是______
若有int*p[3]则以下表述中正确的是______
在E-R图中用来表示实体之间是联系的图形是
有如下函数模板声明template<typenameT>TMaxTaTBreturna>=Bab下列对函数模板Max的调用中错误的是
在下面函数的画线处填上适当的内容使该函数能够利用递归方法求解字符串str的长度不得使用系统提供的字符串处理函数intGetLenchar*strif6return7elsereturn1+GetLenstr+1
虚函数支持多态调用一个基类的指针可以指向派生类的对象而且通过这样的指针调用虚函数时被调用的是指针所指的实际对象的虚函数而非虚函数不支持多态调用有如下程序#include<iostream>usingnamespaeestdclassBasepublicvirtualvoidfcout<<f0+voidgcout<<gO+classDerivedpublicBasepublicvoidfcout<<f+voidgcout<<g+intmainDeriveddBase*P=&dp->fp->greturn0程序的输出结果是
下列关于虚函数的描述中正确的是
在下面程序的画线处填上适当的内容使程序执行后的输出结果为1/2005#include<iostream>usingnamespacestdclassDatepublicDateintm=1inty=0monthmyearyvoidPrintcout<<month<</<<year<<endl9operator+constDate&dlconstDate&d2privateintmonthyear10operator+constDate&dlconstDate&d2intyearmonthyear=d1.year+d2.yearmonth=d1.month+d2.monthyear+=month-1/12month=month-1%12+1returnDatemonthyearvoidmainDatedl32004d2d310d2=d3+dld2.Print
关千成员函数特征的下述中______是错误的
若关系R所有的属性都是不可再分的数据项则称R属于______
对象实现了数据和操作的结合使数据和操作______于对象的统一体中
下列for循环语句执行的次数是______forinti=0x=0;!x&&i<=5;i++
关于对象概念的描述中______是错误的
下面程序的输出结果是______#include<iostream.h>voidmainintx=20int&y=xcout<<x==y<<cout<<&x==&y<<end1
针对数组定义intdata[10]下列叙述中错误的是
在下面程序的画线处填上适当的内容使程序执行后的输出结果为ABCD#include<iostream>usingnamespacestdclassApublicAcout<<’A’classB11publicBcout<<’B’classC://12publicCcout<<’C’classD://publicBpublicCpublicDcout<<’D’voidmainDcout<<endl
在关系数据库中把数据表示成二维表每一个二维表称为______
下列叙述中错误的是
有如下程序#include<iostream>usingnamespacestdintmaincharstr[100]*Pcout<<pleaseinputastringcin>>strP=strforinti=0*P!=’/0’p++i++cout<<i<<endlreturn0运行这个程序时若输入字符串为Abcdefgabcd则输出结果是
在面向对象方法中类的实例称为______
若有函数funcpar1par2+par3par4par5在调用该函数时实参的个数是______
下列关于圆括号运算符的功能说法不正确的是______
若语句cout<<setfill'>'<<setw5<<3141512<<setw5<<OK!是程序中第一个输出语句则输出结果是
下列程序的输出结果是______#include<iostream>#include<cstring>usingnamespacestdvoidfunconstchar*Schar&Ce=s[strlens/2]intmaincharstr[]=ABCDEcharch=str[1]funstrchcout<<chreturn0
在C++中实现封装性需借助于
有如下程序#include<iostream>usingnamespacestdclassApublicstaticintavoidinita=lAinta=2inita++intA::a=0Aobjintmaincout<<obj.areturn0程序的输出结果是
下面各语句中能正确进行赋字符串操作的语句是
下列说法不正确的是______
如下程序声明了一个使用两个通用数据类型的模板类dataClass其中构造函数用于初始化两个数据成员成员函数show用于输出两个数据成员的数值#include<iostream>usingnamespaeestd______T1iT2jpublicdataClassT1aT2Bi=aj=bvoidshowtout<<i<<<<j<<’/n’intmaindataClass<intdouble>obl100.23dataClass<charchar*>ob2’X’mydataobl.showob2.showreturn0请将程序补充完整使程序在运行时输出100.23Xmydata
热门题库
更多
嵌入式软件助理工程师
计算机操作系统
软件测试工程师
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法