题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-07-29 01:39:58

[单项选择]执行如下程序,输出星号(*)的个数为
#include<iostream>
using namespaee std;
class Sample
public:
Sample( )
~Sample( )cout<<’*’;

int main( )
Sample temp[2],*pTemp[2];
return 0;

A. 1
B. 2
C. 3
D. 4

更多"执行如下程序,输出星号(*)的个数为 #include<iostr"的相关试题:

[单项选择]执行如下程序将输出( ): #include<iostream> using namespace std; class Base { public: Base( ){cout<<"BB";fun( );} void fun ( ){tout<<"Brim";} }; class Derived:public Base { public: Derived( ){cout<<"DD";} void fun ( ){cout<<"Dfun";} }; int main( ){Derived d;return 0;}
A. DD
B. BBDfunDDDfun
C. BBBfunDD
D. DDBBBfun
[填空题]如下程序执行后的输出结果是 【14】
#include <iostream>
using namespace std;
class Base

public:
Base(int x,int y)

a=x;
b=y;

void Show( )

cout<<"Base: "<<a<< ’,’ <<b<<" ";

private:
int a,b;
;
class Derived : public Base

public:
Derived(int x, int y, int z) : Base(x,y),c(z)
void Show( )

cout<<"Derived:"<<c<<end1;

private:
int c;
;
int main( )

Base b(100,100),*pb;
Derived d(10,20,30);
pb=&b;
pb->Show( );
pb=&d;
pb->Show( );
return 0;

[填空题]执行下面程序输出的是 【15】 。 #include <iostream> using namespace std; template <typename T> T total(T *data){ Ts=0; while( *data) s+=*data++; return s; } int main( ){ int s[]={1,3,5,7,0,2,4,6,8}; cout<<total(s); return 0; }
[填空题]执行下面程序输出的是 【15】
#include <iostream>
using namespace std;
template <typename T>
T total(T *data)
Ts=0;
while( *data) s+=*data++;
return s;

int main( )
int s[]=1,3,5,7,0,2,4,6,8;
cout<<total(s);
return 0;

[单项选择]如下程序的输出是
#include<iostream>
using namespace std;
class Base
public:
Base( )cout<<"BB";f( );
void f( )cout<<"Bf";

class Derived:public Base
public:
Derived( )eout<<"DD";
void f( )cout<<"Df";

int main( )Derived d;return 0;
A. BBBff)D
B. BBDfDDDf
C. DD
D. DDBBBf
[单项选择]如下程序的输出结果是
#include<iostream>
using namespace std;
class MyClass
public:
MyClass(int i=0)cout<<1;
MyClass(const MyClass&x)cout<<2;

int main( )
MyClass objl(1),obj2(2),ohj3(objl);
return 0;

A. 112
B. 111
C. 121
D. 113
[填空题]执行下面程序输出的是______。
#include <iostream>
using namespace std;
template <typename T>
T total(T *data)
Ts=0;
while( *data) s+=*data++;
return s;

int main( )
int s[]=1,3,5,7,0,2,4,6,8;
cout<<total(s);
return 0;

[单项选择]如下程序的输出是 #include<iostream> using namespace std; class Base{ public: Base( ){cout<<"BB";f( );} void f( ){cout<<"Bf";} }; class Derived:public Base{ public: Derived( ){eout<<"DD";} void f( ){cout<<"Df";} }; int main( ){Derived d;return 0;}
A. BBBff)D
B. BBDfDDDf
C. DD
D. DDBBBf
[单项选择]如下程序的输出结果是 #include<iostream> using namespace std; class A{ public: virtual void f( ){tout<<1;} void g( ){cout<<2;} }; class B:public A{ public: virtual void f( ){cout<<3;} void g( ){cout<<4;} }; void show(A&A) {a.f( );a.g( );} int nlain( ){ B b; show(B) ; return 0; }
A. 12
B. 34
C. 14
D. 32
[单项选择]以下程序执行后的输出结果是 #include <iostream> using namespace std; void try(int,int,int,int); int main ( ) { int x,y,z,r; x =1 ; y = 2; try(x,y,z,r); cout<<r<<endl; return 0; } void try(int x,int y,int z,int r) { z = x+y; x = x*x; y = y*y; r = z+x+y; }
A. 18
B. 9
C. 10
D. 不确定
[单项选择]以下程序执行后的输出结果是
#include<iostream>
using namcspace std;
void try(int,int,int,int);
int main( )

int x,y,z,r;
x=1;
y=2;
try(x,y,z,r);
cout<<r<<end1;
return 0;

void try(int x,int y, int z,int r)

z = x+y;
x = x*x;
y = y*y;
r = z+x+y;

A. 18
B. 9
C. 10
D. 不确定

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

截图扫码使用小程序[完全免费查看答案]
请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码