题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-12-18 01:27:41

[单项选择]下列程序的输出结果是
#include <iostream>
using namespace std;
int main ( )

char a[] = "Hello,World":
char*ptr = a;
while (*ptr)

if(*ptr>= ’a’ &&*ptr <=’z’
cout<<char*ptr+’A’-’a’);
else cout<<*ptr;
ptr++;

return 0;

A. HELLO. WORLD
B. Hello, World
C. hELLO, wORLD
D. hello, world

更多"下列程序的输出结果是 #include <iostream> "的相关试题:

[单项选择]下列程序的输出结果是 #include <iostream> using namespace std; int main ( ) { char a[] = "Hello,World": char*ptr = a; while (*ptr) { if(*ptr>= ’a’ &&*ptr <=’z’ cout<<char{*ptr+’A’-’a’); else cout<<*ptr; ptr++; } return 0; }
A. HELL WORLD
B. Hello, World
C. hELLO, wORLD
D. hello, world
[单项选择]下面的程序输出结果是( )。
#include<iostream>
using namespace std;
void add( )

static int x;
x++;
cout<<x<<’’;

int main( )

for(int i=0;i<3;i++)
add( );
return 0;

A. 111
B. 123
C. 222
D. 333
[单项选择]下面程序输出的结果是( )。
#include<iostream>
using namespace std;
class A
int X;
public:
A(int x):x(++x)
~A( )cout<<x;

class B:public A
int y;
public:
B(int y):A(y),y(y)
~B( )cout<<y;;

void main( )
B b(3);

A. 34
B. 43
C. 33
D. 44
[单项选择]如下程序运行时的输出结果是
#include<iostream>
using namespace std;
class ONE
int c;
public:
ONE( ):c(0)eout<<1;
ONE(int n):C(n)cout<<2;

class TW0
ONE onel;
ONE one2;
public:
TWO(int m):one2(m)eout<<3;

int main( )
TWO t(4);
return 0;

A. 3
B. 23
C. 123
D. 213
[单项选择]下面程序的输出结果是( )。
#include<iostream>
Using namespace std:
Class Base
public:
Base(int x=0)count<<x;


Class Derived:public Base
public:Derved(int x=0count<<x;

private:
Base val;

int mina( )
Derived d(1);
return 0;

A. 0
B. 1
C. 01
D. 001
[填空题]下列程序的输出结果是 【8】 #include<iostream> using namespace std; int &qetVar(int *pint) { renurn *pint; } int main ( ) { int a =10; getVar(&a) = 20; cout<<a<<end1; return 0; }
[单项选择]下面程序的输出结果是( )。
#include<iostream>
using namespace std;
int main( )

int a=2,b= -1,c=2;
if(a<b)
if(b<0)
c=0;
else c+=1;
cout<<c<<endl;
return 0;

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

我来回答:

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

订单号:

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