首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序:#include <iostream>#include <iomanip>using nanespace std;class CSum{ int x,y; public: CSum (int x0,int y0):x(x0),
有如下程序:#include <iostream>#include <iomanip>using nanespace std;class CSum{ int x,y; public: CSum (int x0,int y0):x(x0),
admin
2013-05-30
27
问题
有如下程序:#include <iostream>#include <iomanip>using nanespace std;class CSum{ int x,y; public: CSum (int x0,int y0):x(x0),y(y0){} friend ostream & operator<<(ostream& os, const CSum& xa) { os<<setw(5)<<xa.x+xa.y; return os; }};int main(){ CSum y(3,5); cout<<setfill(’*’)<<8; cout<<y; return 0;}执行上面程序的输出是( )。
选项
A、88
B、****88
C、****8****8
D、8****8
答案
8
解析
转载请注明原文地址:https://jikaoti.com/ti/H6E0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
在进行模块测试时,要为每个被测试的模块另外设计两类模块:驱动模块和承接模块(桩模块)。其中【】的作用是将测试数据传送给被测试的模块,并显示被测试模块所产生的结果。
有以下程序:#include<iostream>usingnamespacestd;classsample{private:intx;staticinty;public:sample(inta);staticvoi
下列函数中对调用它的函数没有起到任何作用的是()。
假定MyClass为一个类,则该类的拷贝构造函数的声明语句为()。
下面程序的运行结果是()。#include<iostream.h>voidmain(){intx=10,y=A;x%=y+1;cout<<x<<end1;}
队列操作的原则是______。
下列关于getline()函数的描述中,不正确的是()。
下列打开文件的表达式中,错误的是()。
下列不能被重载的运算符是______。
以下关于数据库系统的叙述中,正确的是()。
随机试题
企业文化建设规划的主要内容有哪些?
下列心理学主要分支中,不属于应用领域的是【】
大跨度门式起重机械应安装防偏斜装置或偏斜指示装置。防偏斜装置或偏斜指示装置有多种形式,其中安装在靠近门式起重机的柔性支腿处的应是()。
乙公司是一家上市公司,适用的企业所得税税率为25%,当年息税前利润为900万元,预计未来年度保持不变。为简化计算,假定净利润全部分配,债务资本的市场价值等于其账面价值,确定债务资本成本时不考虑筹资费用。证券市场平均收益率为12%,无风险收益率为4%,两种不
“全面依法治国”要求国家工作人员善于运用法治思维处理问题,化解矛盾。结合我国实际,论述国家工作人员应具备怎样的法治思维。(2018论57)
PriscillaOuchida’s"energy-efficient"houseturnedouttobeahorribledream.Whensheandherengineerhusbandmarriedafew
Themakingofclassificationsbyliteraryhistorianscanbeasomewhatriskyenterprise.WhenBlackpoetsarediscussedseparate
Aestheticthoughtofadistinctivelymodernbentemergedduringthe18thcentury.Thewesternphilosophersandcriticsofthist
Themainconcernofthepassageiswith______.Weknowfromthefirstparagraphthatpeopleinoldtimes______.
A、Theproofofthepuddingisintheeating.B、Romanwasn’tbuiltinaday.C、Smallbeginningscanleadtolargeoutcomes.D、No
最新回复
(
0
)