导游人员在旅游者面前要注意保守企业经营的秘密,主要是做到( )。
A.不泄露旅行团收费细目
B.不带旅游者去自己办公室
C.不谈内内部矛盾和问题
D.不携带企业内部文件
参考答案:A
若有以下程序: #include 〈iostream〉 using namespace std; class sample private:int n; public:sample()sample(int m) n=m;void addvalue(int m) sample s; s.n=n+m; *this=s;void disp() cout〈〈"n="〈〈n〈〈end1; ; int main() sample s(10);s.addvalue(5);s.disp();return 0; 程序运行后的输出结果是( )。
A.n=10
B.n=5
C.n=15
D.n=20
简述主存的读/写过程