首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有以下程序:#include <iostream>using namespace std;class sample{private: int x; static int y;public: sample(int a); static voi
有以下程序:#include <iostream>using namespace std;class sample{private: int x; static int y;public: sample(int a); static voi
admin
2009-01-15
51
问题
有以下程序:#include <iostream>using namespace std;class sample{private: int x; static int y;public: sample(int a); static void print(sample s);};sample:: sample(int a){ x=a; y+=x;}void sample:: print(sample s){ cout<<"x="<<s. x<<",y="<<y<<end1;}int sample:: y=0;int main(){ sample s1(10); sample s2(20); sample:: print(s2); return 0;}程序运行后的输出结果是( )。
选项
A、x=10,y=20
B、x=20,y=30
C、x=30,y=20
D、x=30,y=30
答案
2
解析
转载请注明原文地址:https://kaotiyun.com/show/L5kp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
以下程序#include<stdio.h>#definefix)x*x*xmain(){inta=3,S,t;s=f(a+1);t=f((a+1));printf(’’%d,%d\n’’,S,t);}程序运行后的输出结果是
有以下程序#includemain(){inta=1,b=0;printf("%d,",b=a+b);printf("%d\n",a=:2*b);}程序运行后的输出结果是
有以下程序#include<stdio.h>structSTU{charname[9];charsex;intscore[2];};voidf(structSTUa[]){structSTUb={"zhao",’m’,85,90}
下面选项中合法的字符常量是
以下选项中关于C语言常量的叙述错误的是
用树形结构表示实体之间联系的模型是
下面关于位运算符的叙述,正确的是
若有函数声明voidfun(floatarray[],int*ptr);以下叙述正确的是()。
若有以下函数首部:intfun(doublex[10],int*n)则下面针对此函数的函数声明语句中正确的是()。
随机试题
下列市场预测活动中,属于市场组合预测的有()。
Wehaveseenthatthemerephoneticframeworkofspeechdoesnotconstitutetheinnerfactoflanguageandthatthesinglesound
下列哪一项不支持急进性肾小球肾炎的诊断?
牛羊的网尾线虫主要寄生于
男,25岁。车{呙伤l小时。查体:P130次/分BP86/60mmHg,烦躁不安,发绀,严重呼吸困难,皮肤湿冷,左颈胸部皮下捻发感,气管右移,左胸饱满,左肺呼吸音消失。胸片示左肺完全萎陷。急救处理是
对于熔点低,受热不稳定及水分难驱除的药物,其干燥失重的测定应使用
寒对于()相当于叫对于()
点M(3,-4,4)到直线的距离为________.
Thegreatchariotofsociety,whichforsolonghadrundownthegentleslopeoftradition,nowfounditselfpoweredbyaninter
如果进栈序列为A,B,C,D,则可能的出栈序列是()。
最新回复
(
0
)