首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
执行下列语句后,输出结果为steven的是 char*str="steven"; eout.write(str, );
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
执行下列语句后输出结果为cout.put's'cout<<'c'<<'a'
ca
sca
s
a
执行cout<<char’A’+2<<endl;语句后得到的输出结果为______
执行下列语句后输出结果为______s$=ABCDEFGPrintInStrs$efgPrintLC
执行下列语句后输出结果是______ s$=ABCDEFG PrintlnStrs$efg P
执行下列语句后输出结果为steven的是Char*str=steven;cout.writestr
strlen(st
sizeof(st
strlen(str+1)
sizeof(str-1)
执行下列语句后输出结果为steven的是 char*str=steven; eout.write
strlen(st
sizeof(st
strlen(str+1)
sizeof(str-1)
执行下列语句后程序的输出结果为【7】 x=6y=2z=5 Printz=x-y
执行下列语句后输出结果为cout.put‘s’cout<<‘c’<<‘a’
ca
sca
s
a
执行下列语句后输出结果为cout.put‘s’cout<<‘c’<<‘a’
ca
sca
s
a
执行下列语句后输出结果为steven的是Char*str=steven;cout.writestr
strlen(str)
sizeof(str)
strlen(str+1)
sizeof(str-1)
执行下列语句后输出结果为______s$=ABCDEFGPrintInStrs$efSPrintLC
执行下列语句后程序的输出结果为【7】x=6y=2z=5Printz=x-y
执行下列语句后输出结果为 cout.put’S’ cout
ca
sca
S
a
执行下列语句后输出结果为cout.put's';cout<<'c'<<'a';
ca
sea
s
a
执行cout<<char‘A’+2<<end1语句后得到的输出结果为______
执行下列语句后输出结果是______ s$=ABCDEFG PrintInStrs$efg P
执行下列语句后输出结果为cout.put's'cout<<'c'<<'a'
ca
sca
s
a
执行下列语句后输出结果为______ s$=ABCDEFG PrintInStrs$efg P
执行下列语句后输出结果为 cout.put's'; cout<<'c'<<'a';
ca
sea
s
a
执行下列语句后输出结果为______ s$=ABCDEFG PrintInStrs$efS P
热门试题
更多
以下数据结构中不属于线性结构的是
C++中对于结构中定义的成员其默认的访问权限为
有以下程序#include<iostream>usingnamespacestd;classMyClasspublic:staticints;MyClass;voidSetValueintval;;intMyClass::s=0;MyClass::MyClassS++;voidMyClass::SetValueintvals=val;intmainMyClassmy[3]*p;p=my;forintk=0;k<3;k++p->SetValuek+1;p++;cout<<MyClass::s<<end1;return0;运行后的输出结果是______
对于浯句cout<<end1<<x;中的各个组成部分下列叙述中错误的是
下列语句中错误的是
cout是I/O流库预定义的
有如下程序#include<iostream>usingnamespacestd;classTestClass1public:TestClass1cout<<TestClass1;~TestClass1cout<<~TestClass1;;classTestClass2:publicTestClass1TestClass1*p;public:Testclass2cout<<TestClass2;p=newTestClass1;~TestClass2cout<<~TestClass2;deletep;;intmainTestClass2obj;return0;执行这个程序的输出结果是
在三级模式之间引入两层映像其主要功能之一是
在数据的存储结构中不仅需要存储各数据元素的信息还要存放各元素之间______的信息
在下面横线上填上适当的语句完成程序#include<iostream>usingnamespacestd;classTestClassintx;public:TestClassintix=i;~TestClass;classTestClass1:publicTestClasspublic;______//完成类TestClassl构造函数的定义;intmainTestClass10bj;return0;
在声明派生类时如果不显示地给出继承方式缺省的类继承方式是私有继承private已知有如下类定义classTestClassprotected:voidfun;classTestClass1:TestClass;则TestClass类中的成员函数funTestClass1类中的访问权限是
C++语言中while循环和dowhile循环的主要区别是
有如下类说明classTestClassintx;public:TestClassintnx=n;;classTestClass1:publicTestClassinty;public:TestClass1intaintb;;在构造函数TestClass1的下列定义中正确的是
在C++中用来实现运行时多态性的是
使用setw这样的操作符对数据进行格式输出时应包含头文件
下列程序用来判断数组中特定元素的位置所在则输出结果为#include<conio.h>#include<iostream.h>intfunint*pintnint*jinti;*j=0;fori=0;i<n;i++ifp[*j]<p[i]*j=i;returnp[*j];voidmaininta[10]=1390876542j;intj;funa10&j;cout<<j<<’’<<a[j];
以下程序的输出结果是#include<iostream>usingnamespacestd;voidfunchar**q++q;cout<<*q<<end1;mainstaticchar*s[]=HIHELL0TEST;char**p;p=s;funp;systemPAUSE;return0;
重载的流运算符函数应该被定义为类的______函数
下列程序的输出结果为Objectid=0Objectid=1请将程序补充完整#include<iostream>usingnamespacestd;classPointpublic:Pointintxx=0intyy=0X=xx;Y=yy;countP++;~PointcountP--;intGetXreturnX;intGetYreturnY;staticvoidGetCcout<<0bjectid=<<countP<<end1;privateintXY;staticintcountP;;______//静态数据成员的初始化intmainPoint::GetC;PointA45;A.GetC;return0;
下面叙述错误的是
下列叙述中正确的是
下列关于类和对象的叙述中错误的是
下列关于抽象类和纯虚函数的说法错误的是
下面程序的输出结果是#include<iostream>usingnamespacestdvoidmaininti=1whilei<=8if++i%3!=2continueelsecout<<i
下列关于C++运算符结合性的说法正确的是
对于长度为n的有序线性表在最坏情况下二分法查找只需比较______次
下面程序的输出结果是#include<iostream.h>#includestring.hvoidmainchara[]=HelloTestb[]=Test;strcpyab;cout<<a<<end1;
按照先进后出原则组织数据的数据结构是
下列关于C++函数的说明中正确的是
阅读下面程序#include<iostream.h>voidfunintnintx5;staticinty10;ifn>0++x;++y;cout<<x<<<<y<<end1;voidmainintm1;funm;则该程序的输出结果是______
热门题库
更多
嵌入式软件助理工程师
计算机操作系统
软件测试工程师
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法