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

下面程序的输出结果是#include<iostream.h>class example{int a;public:example(int b){a=b++;}void print(){a=a+1; cout<<a<<" ";}void print()const{cout <<a<<" ";}};void main(){example x (3);const example y (2);x.print();y.print();}

2024-07-09

A.2 2

B.4 3

C.4 2

D.3 2

题目答案

试卷相关题目

最新试卷
热门试卷

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

去 App Store 免费下载 iOS 客户端