首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
阅读下面程序: #include<iostream.h> void fun1(char a,char b) char c; c=a;a=b;b=c; void fun2(char &...
查看本题答案
包含此试题的试卷
计算机等级考试《填空》真题及答案
点击查看
你可能感兴趣的试题
阅读下面的程序#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<cstring.h>#include<iostream.h>usingnamespacestd;classMyStringpublic:MyStringconstchar*s;~MyString<delete[]data;protected:unsignedlen;char*data;;MyString∷MyStringconstchar*slen=strlenS;data=newchar[1en+1;strcpydatas;intmainMyStringaC++Programing;MyStringb
队列是限定在表的一端进行插入和在另一端进行删除操作的线性表允许插入的一端称作______
下列关于重载函数的描述中是错误的
下列关于getline函数的描述中错误的是
下列关于结构化程序设计原则和方法的描述中错误的是
下列特征中不是面向对象方法的主要特征的是
有下列程序#include<iostream.h>usingnamespacestd;classDemopublic:Democout<<defaultconstmctor/n;DemoconstDemo&xcont<<copyconstructor/n;;DemouserCodeDemobDemocb;returnc;intmainDemoad;cout<<callinguserCode/n;d=userCode
表达式x=operator-yz可以表示为______
一个函数为voidfintcharch='a'另一个函数为voidfiht则它们
下列程序的运行结果是#include<iostream.h>voidfunint&aintb=3staticinti=2;a=a+b+i;i=i+a;voidmainintx=5y=2;funxy;cout<<x<<;funx;cout<<x<<endl;
下列叙述中正确的是
关于关键字class和typename下列表述中正确的是
下列描述中错误的是
最简单的交换排序方法是
对于派生类的构造函数在定义对象时构造函数的执行顺序先执行调用______的构造函数再执行调用子对象类的构造函数最后执行派生类的构造函数体中的内容
派生类中的成员不能直接访问基类中的成员
在程序设计阶段应该采取______和逐步求精的方法把一个模块的功能逐步分解细化为一系列具体的步骤继而用某种程序设计语言写成程序
有下列程序#include<iostream>usingnamespacestd;classTestClassprivate:intxy;public:TestClassintiintjx=iy=j;voidprintcout<<printl<<endlvoidprintconstcout<<print2<<endl;;intmainconstTestClassa12;a.print;return0;运行该程序后的输出结果是
有下列程序#include<iostream>usingnamespacestd;classComplexdoublereim;public:Complexdoublerdoublei:rerimidoublerealconstretumre;doubleimageconstreturnim;Complex&operator+=Complex
一棵二叉树第6层根结点为第一层的结点最多为______个
有下列程序#include<iostream>usingnamespacestd;intmainvoidfunctiondoubleval;doubleval;functionval;cout<<val;return0;voidfimctiondoublevalval=3;编译运行这个程序将出现的情况是
请定义一个函数名为fun返回值为int没有参数的纯虚函数的定义是______
既可重载为一元运算符又可重载为二元运算符
对长度为n的线性表进行顺序查找在最坏情况下需要比较的次数为
重载的关系运算符和逻辑运算符的返回类型应当是______
有下列程序#include<iostream>Usingnamespacestd;ClassAmountintamount;public;Amountintn=O:amountnIntgetAmountconstreturnamount;Amount&operator+=Amount
派生类构造函数的成员初始化列表中不能包含
有如下函数模板定义template<typenameT1inta2inta3>T1funT1a1returnal+a2+a3;则下列调用中正确的是
如果表达式x=y*z中的*是作为成员函数重的运算符采用运算符函数调用格式该表达式还可以表示为______
热门题库
更多
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育
加强和创新网络道德教育