题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-12-30 23:47:14

[单项选择]下列程序的输出结果是【 】 #inClUde<iostream> using namespace std; intmain( ) { Char a[]="HellO,World"; Char*ptr=a; while(*ptr) { if(*ptr>=’’a’’&& *ptr <=’’Z’’) cout<<char(*ptr+’’A’’ -’’a’’); else cout<<*ptr; ptr++; } retur0; }
A. HELLO,WORLD
B. Hello,world
C. hELLO,wORLD
D. hello,world

更多"下列程序的输出结果是【 】 #inClUde<iostrea"的相关试题:

[填空题]下面程序的输出结果是 【15】 。 #include <iostream> using namespace std; class base { protected: int a; public: base( ){cout<<"0":} }; class basel: virtual public base { public: base1( ){ cout<<"1";} }; class base2 : virtual public base { public: base2( ){cout<<"2";} }; class derived : public base1,public base2 { public: derived ( ) {cout<<"3"; } } int main ( ) { derived obj; cout<<end1; return 0; }
[填空题]下面程序的输出结果是 【13】 。 #include <iostream> using namespace std; class A { int a, b; public: A( ) { a = b = 0; } A(int aa, int bb ) : a(aA) , b(bB) { cout <<"a="<<a<<","<<"b="<<b<<","; } ~A( ) { cout<<"D"; }; int main ( ) { A x, y(2, 3); return 0; }
[填空题]下列程序的输出结果是 【10】
#include <iostream>
using namespace std;
int main( )

int data=1;
int &r = data;
data+=5;
r+=5;
cout<<data<<end 1;
return 0;

[单项选择]以下程序执行后的输出结果是( )。
#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<<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. 不确定
[填空题]以下程序执行后输出的结果是 【11】
#include<iostream>
using namespace std;
int fac(int a,int b)
return(b-a)*a;

int main( )
int x=3,y=4,z=5,result;
result=fac(fac(x,y),fac(x,z));
cout<<result<<endl;
return 0;

[填空题]下列程序的输出结果是______。 #include <iostream> using namespace std; int main( ) { int i=5; int &r = i;r = 7; cout<<i<<endl; return 0; }
[填空题]下面程序运行输出的结果是______。
#include <iostream>
using namespace std;
int main( )
char a[]="Chinese";
a[3]=’/0’;
cout<<a<<endl;
return 0;

[填空题]执行下列程序后的输出结果是______。
#include<iostream>
using namespace std;
int main( )

int x=3;
int &y=x;
y++;
cout<<x<<end1;
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;   int Max(int a,int b)    {     if(a > b)     else       return a;     else      retum b;     }     void main( )     {      int m,n;      m=10,n=5;      int max=Max(m,n);      cout < < max < < end1;    }
A. 10
B. 程序有误
C. 1
D. 0
[单项选择]下列程序的输出结果是 #include"iostream" using namespace std; int Max(int a,int b) { if(a>b) return a; else return b; } void main( ) { int m,n; m=10,n=5; int max = Max(m,n); cout<<max<<endl; }
A. 10
B. 程序有误
C. 1
D. 0
[单项选择]如下程序的输出结果是
#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

我来回答:

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

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码