首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
以下程序的结果是( )。 #include<iostream.h> void main( ) char * p="abcdefgh",*r; long *q; q=(long*)P; q...
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
以下程序的输出结果是【】 #include<iostream.h> voidmain {cha
以下程序的输出结果是【14】 #include<iostream.h> voidmain {i
以下程序段的输出结果是 #include mian {charab; fora=0;a
以下程序的输出结果是【7】 #include<iostream.h> voidmain {
以下程序的输出结果是______ #include<stdio.h> main {inta=3
以下程序的输出结果是______ #include voidmain {inta=
以下程序的输出结果是【】 #include main {prinff%d\nstrlenIBM
以下程序的输出结果是______ #include<string.h> main {print
以下程序的输出结果是【7】 #include<iostream.h> voidmain {
以下程序的输出结果是【】 #include<iostream.h> voidmain { i
以下程序的输出结果是 #include mian {inta=37; a+=a%=9;pri
以下程序的输出结果是【7】 #include<iostream.h> voidmain }
以下程序的输出结果是 #include<iostream.h> voidmain {inta=
以下程序的输出结果是【】 #include<iostream.h> voidmain {int
以下程序的输出结果是【14】 #include<iostream.h> voidmain {i
以下程序的输出结果是【14】 #include<iostream.h> voidmain {i
有以下程序#include<string.h>#include<iostream.h>voidmai
12
15
6
5
以下程序的输出结果是______ #include<string.h> main {print
以下程序的输出结果是______ #include<iostream.h> voidmain
以下程序的输出结果是______ #include<stdio.h> main {double
热门试题
更多
为使该程序执行结果为10那么应该在程序划线处填入的语句是#include<iostream>usingnamespacestdclassMyClasspublicMyClassint
有如下程序#include<iostream>usingnamespacestd;classpointintxy;public:pointintvxintvyx=vx;y=vy;pointx=0;y=0;pointoperator+pointplpointp;intpx=x+p1.x;intpy=y+p1.y;returnpointpxpy;pointoperator-pointp1pointp;intpx=x-p1.x;intpy=y-p1.y;returnpointpxpy;voidprintcout<<x<<<<y<<end1;;intmainpointpl1010p22020;p1=p1+p2;p1.print;return0;执行后的输出结果是
下列运算符中不能在C++中重载的是
下列叙述中正确的是
实现编译时的多态性的机制称为【10】实现运行时的多态性的机制称为【11】
如果对一个关系实施了一种关系运算后得到了一个新的关系而且新的关系中属性个数少于原来关系中属性个数这说明所实施的运算关系是
有以下程序#include<fstream>#include<string>usingnamespacestd;intmaincharch[]=Theend;ofstreamoutstrd://put.txtios_base::app;forinti=0;i<strlench;i++outstr.putch[i];outstr.close;return0;程序实现的功能是【15】
下面程序的运行结果是【8】#include<iostream>usingnamespacestd;intfunintnstaticintm=2;m=m+n;returnm;intmaininta=3b=4;intx;x=funa;x=funb;cout<<x<<end1;returnO;
有以下程序#include<iostream>usingnamespacestdclassMyClasspublicMyClass~MyClassvoidSetValueintvalprivatestaticintiintMyClassi=0MyClassMyClassi++cout<<iMyClass~MyClassi--cout<<ivoidMyClassSetValueintvali=valintmainMyClass*my[2]intkfork=0k<2k++my[k]=newMyClassfork=0k<2k++deletemy[k]return0运行后的输出结果是
下面程序的输出结果是【13】#include<iostream>usingnamespacestd;classAintab;public:Aa=b=0;Aintaaintbb:aaAbbBcout<<a=<<a<<<<b=<<b<<;~Acout<<D;;intmainAxy23;return0;
假定MyClass为一个类则该类的拷贝构造函数的声明语句为
函数重载是指
若有以下程序#include<iostream>usingnamespacestdclassBasepublicBasex=0intxclassDerivedl:virtualpublicBasepublic:Derivedlx=10;;classDerived2:virtualpublicBasepublic:Derived2x=20;;classDerived:publicDerivedlprotectedDerived2;intmainDerivedobj;cout<<obj.x<<end1;return0;该程序运行后的输出结果是
任何非空树中有且仅有一个结点没有前驱结点该结点就是树的【2】
下面不属于软件设计原则的是
关系数据库的概念模型是的集合
关于类模板下列表述不正确的是
若要求尽可能快地对实数数组进行稳定的排序则应选
下面关于对象的描述中正确的是
下列程序在输入m后求满足条件n!<=m<=n+1!的值n请将程序补充完整#include<iostream>usingnamespacestd;intmainintnmjc=1;cin>>m;forn=2;jc<=m;n++jc=jc*n;cout<<n=<<【6】<<end1;return0;
有以下程序#include<iostream>#include<cstdlib>usingnamespacestdintmainintarraysizeint*arraycout<<Pleaseinputthesizeofthearraycin>>arraySiZearray=newint[arraysize]ifarray==NULLcout<<allocateError/nexit1forinti=0i<arraysizei++array[i]=i*iintjcout<<whichelementyouwanttocheck:cin>>jcout<<array[j]<<end1return0执行程序输入10<空格>5则输出结果为
下列对派生类的描述中错误的是
在关系模型中把数据看成一个二维表每一个二维表称为一个【4】
在关系代数中对一个关系投影操作以后新关系的元组个数跟原来关系的元组个数相比
下列叙述中正确的是
C++流中重载了运算符<<它是一个
若有函数调用语句funa+bxyfunn+kdab那么在此函数调用语句中实参的个数是
下列关于虚基类的描述中错误的是
若执行语句cout<<setfill'*'<<setw10<<123<<'OK'<<end1后将输出
有以下程序#include<iostream>usingnamespacestdintmaininta=5b=4c=3d=2ifa>b>ccout<<d<<end1elseifc-1>d==1cout<<d+1<<end1elsecout<<d+2<<end1return0执行后的输出结果是
热门题库
更多
嵌入式软件助理工程师
计算机操作系统
软件测试工程师
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法