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

[单项选择]下列程序的执行结果是(  )。   #include   classSample   {   intx,y;   public:   Sample(){x=y=0;}   Sample(inta,intb){x=a;y=b;}   ~Sample()   {   if(x==y)   cout<<"x=y"<  else   cout<<"x!=y"<  }   voiddisp()   {   cout<<"x="<  case’2’:cout<<"2";break;   default:cout<<"1";   }   }
A. 3
B. 321
C. 31
D. 32

更多"下列程序的执行结果是(  )。   #include "的相关试题:

[填空题]以下程序执行后输出的结果是 【15】
#include<iostream>
#include<fstream>
using namespace std;
int main( )
ofstream ofile("D://temp.txt");
if(!ofile)
cout<<"temp.txt cannot open"<<endl;
return 0;

ofile<<"This is a book" <<" " <<54321<<endl;
ofile.close( );
ifstream ifile("D://temp.txt");
if(!ifile)
cout<<"temp.txt cannot open" <<endl;
return 0;

charstr[40];
ifile >> str;
ifile.close( );
cout<<Str<<endl;
return 1;

[单项选择]下列程序执行结果是
#include <iostream.h>
class A
public:
int a;
A( ):a(10)cout<<a<<endl;
;
void main( )
A obj1;
A obj2(obj1);
cout<<" "<<obj2.a<<endl;

A. 10 10
B. 编译错误缺少拷贝构造函数
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. 不确定
[单项选择]以下程序执行后的输出结果是 #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. 不确定
[填空题]下面程序执行的结果是 【14】
#include<iostream>
using namespace std;
class A
public:
static int x;
A(inty)cout<<x+y;

int A::x=2;
void main( )
A a(5);

[单项选择]下面程序执行后的结果是( )。
#include<iostream>
using namespace std;
void func1(int i);
void func2(int i);
char st[]="hello, friend!";
void func1(int i)
cout<<st[i];
if(i<3)i+=2;func2(i);

void func2(int i)
cout<<st[i];
if(i<3)i+=2;func1(i);

void main( )
int i=0;func1(i);cout<<endl;
A. ello
B. hel
C. hlo
D. him
[单项选择]若程序执行时的输入数据是"2473",则下述程序的输出结果是
#include<stdio.h>
void main( )
int cs;
while((cs=getchar( ))!=;’/n’)
switch(cs-’2’)
case 0
case 1:putchar(cs+4);
case 2:putchar(cs+4);
break;
case 3:putchar(cs+3);default:putchar(cs+2);
A. 668977
B. 668966
C. 6677877
D. 6688766
[填空题]有以下程序,程序执行后,输出结果是
#include<stdio.h>
void fun(int*A)
a[0]=a[1];
main( )
int a[10]=10,9,8,7,6,5,4,3,2,1,,i;
for(i=2;i>1=0;i-) fun(&a[i]);
for(i=0;i<10;i++) printf("%d,a[i]);
printf("//n");

[填空题]下面程序的执行结果是 【15】 。 #include <iostream> #include <iomanip> using namespace std; void main( ) { cout<<setfill(’x’)<<setw(10); cout<<"Hello"<<end1;

我来回答:

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

订单号:

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