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

[填空题]下列程序的输出结果为2,请将程序补充完整。 #include<iostream> using namespace std; class Base { public: ______void fun( ){cout<<1;} }; class Derived:public Base { public: void fun( ){cout<<2;} }; int main( ) { Base*p=new Derived; p->fur( ); delete p; return 0; }

更多"下列程序的输出结果为2,请将程序补充完整。 #include<io"的相关试题:

[填空题]下列程序的输出结果为2,请将程序补充完整。 #include<iostream> using namespace std; class Basc { public: 【12】 void fun( ){cout<<1;} }; class Dcrived:public Base { public: void fun( ){cout<<2;} }; int main( ) { Base*p=new Derived; p->fun( ); delete p; return 0; }
[填空题]下列程序的输出结果为2,请将程序补充完整。
#include<iostream>
using namespace std;
class Base

public:
______void fun( )cout<<1;

class Derived:public Base

public:
void fun( )cout<<2;

int main( )

Base*p=new Derived;
p->fur( );
delete p;
return 0;

[填空题]请将下列程序补充完整,使得输出结果为bbaa。
#include<iostream>
using namespace std;
class A
public:
______cout<<"aa";
;
class B:public A
public:
~B( )cout<<"bb";
;
int main( )
B *p=new B;
delete p;
return 0;

[填空题]下列程序输出结果为:
#include<iostream>
using namespace std;
class TestClass1

public:
TestClass1( )
TestClass1(int i)

x1=i;

void dispa( )

cout<<"x1="<<x1<<",";

private:
int x1;
;
class TestClass2:public TestClass1

public:
TestClass2( )
TestClass2(int i):TestClass1(i+10)

x2=i;

void dispb( )

dispa( );
cout<<"x2="<<x2<<endl;

private:
int x2;
;
int main( )

TestClass2 b(2);
b.dispb( );
return 0;

[填空题]下列程序输出结果是 【13】
include <iostream>
using namespace std;
template <typename T>
T fun(T a, T b) return (a<=b)a:b;
int main( )

cout<<fun(3,6)<<’,’<<fim(3.14F, 6.28F)<<end 1;
return 0;

[单项选择]下列程序的输出结果是
#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>
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. f( );a.g( );
B. ;
C. 14
D. 32
[单项选择]下列程序的输出结果是   #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

我来回答:

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

订单号:

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