二级二级C++全国计算机等级考试 二级C++ 笔试模拟试题(二)
题目内容

下列程序的输出结果是#include<iostream.h>class Myclass{public:Myclass(int i=0,int j=0){ x=i;y=j;}void show(){cout<<"x="<<x<<""<"y="<<y<<endl;}void show()const{cout<<"x="<<""<<"y="<<y<<endl;}privated:int  x;          int  y;};void main(){ Myclass my1(3,4);const my2(7,8)my1.show();my2.show();}

2024-07-09

A.x=4 ,y=3;x=7 ,y=8

B.x=3 ,y=4;x=7 ,y=8

C.x=7 ,y=8;x=4 ,y=3

D.x=8 ,y=7;x=7 ,y=8

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端