题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-02-04 19:06:08

[填空题]以下程序运行后的输出结果是 【14】
#include <iostream>
#include <string>
using namespace std;
class Y;
class X

int x;
char *strx;
public:
X(int a, char *str)

x=a;
strx=new char[strlen(str)+l];
strcpy(strx,str);

void show(Y &ob) ;
;
class Y

private:
int y;
char *stry;
public:
Y(int b,char *str)

y=b;
stry=new char[strlen(str)+l];
strcpy(stry, str);

friend void X::show(Y &ob) ;
;
void X::show(Y &ob)

cout<<strx<<",";
cout<<ob.stry<<end1;

int main( )

X a(10,"stringX");
Y b(20,"stringY");
a. show (B) ;
return 0;

更多"以下程序运行后的输出结果是 【14】 。 #include <ios"的相关试题:

[填空题]以下程序运行后的输出结果是______。
#include <iostream>
#include <string>
using namespace std;
class Y;
class X

int x;
char *strx;
public:
X(int a,char *str)

x=a;
strx=new char[strlen(str)+1];
strcpy(strx,str);

void show(Y &ob) ;
;
class Y

private:
int y;
char *stry;
public:
Y(int b,char *str)

y=b;
stry=new char[strlen(str)+1];
strcpy(stry, str);

friend void X::show(Y &ob) ;
;
void X::show(Y &ob)

cout<<strx<<",";
cout<<ob.stry<<end1;

int main( )

X a(10,"stringX");
Y b(20,"stringY");
a. show (b) ;
return O;

[填空题]以下程序运行后的输出结果是 【10】
#include <iostream>
#include <string>
using namespace std;
class Y;
class X

int x;
char *strx;
public:
x(int a,char *str)

x=a;
strx=new char[strlen(str)+1];
strcpy(strx,str);

void show(Y &oB) ;
;
class Y

private:
int y;
char *stry;
public:
Y(int b,char *str)

y=b;
stry=new char[strlen(str)+1];
strcpy(stry, str);

friend void X::show(Y &oB) ;
;
void X::show(Y &oB)

cout<<strx<<",";
cout<<ob.stry<<end1;

int main( )

X a(10,"stringX");
Y b(20,"stringY");
a.show(B) ;
return 0;

[填空题]以下程序运行后的输出结果是 【10】 #include <iostream> #include <string> using namespace std; class Y; class X { int x; char *strx; public: x(int a,char *str) { x=a; strx=new char[strlen(str)+1]; strcpy(strx,str); } void show(Y &oB) ; }; class Y { private: int y; char *stry; public: Y(int b,char *str) { y=b; stry=new char[strlen(str)+1]; strcpy(stry, str); } friend void X::show(Y &oB) ; }; void X::show(Y &oB) { cout<<strx<<","; cout<<ob.stry<<end1; } int main( ) { X a(10,"stringX"); Y b(20,"stringY"); a.show(B) ; return 0; }
[填空题]以下程序运行后的输出结果是【 】。    #include<iostream.h>    void fun(int x,int y)    { x=x+y;y=x-y;x=x-y;     cout<< x << "," <<y << " ,";=    void main( )    { int x=2,y=3;fun(x,y);      cout<< x << "," << y << endl;=
[填空题]以下程序运行后的输出结果是 【6】
#include<iostream>
using namespace std;
int main( )

int i=10,i:0;
do
j=j+i;
i--;
while(i>2);
cout<<j<<end1;
return 0;

[填空题]以下程序运行后的输出结果是 【10】
#include <iostream>
#include <string>
using namespace std;
class Y;
class X

iht x;
char *strx;
public:
X(int a,char *str)

x=a;
strx=new char[strlen(str)+1];
strcpy(strx,str);

void show(Y &ob);
;
class Y

private:
iht y;
char *stry;
public:
Y(int b,char *str)

y=b;
stry=new char[strlen(str)+ 1] ;
strcpy(stry, str);

friend void X::show(Y &ob);
;
void X::show(Y &ob)

cout<<strx<<",";
cout<<ob.stry<<endl;

int main( )

X a(10,"stringX");
Y b(20,"stringY");
a.show(b);
return 0;

[填空题]以下程序运行后的输出结果是 【14】 。 #include <iostream> #include <string> using namespace std; class Y; class X { int x; char *strx; public: X(int a,char *str) { x=a; strx=new char[strlen(str)+1]; strcpy(strx,str); } void show(Y &ob) ; }; class Y { private: int y; char *stry; public: Y(int b,char *str) { y=b; stry=new char[strlen(str)+1]; strcpy(stry, str); } friend void X::show(Y &ob) ; }; void X::show(Y &ob) { cout<<strx<<","; cout<<ob.stry<<end1; } int main( ) { X a(10,"stringX"); Y b(20,"stringY"); a. show (b) ; return O; }
[填空题]以下程序运行后的输出结果是 【10】 。    #include<iostream.h>    void fun(int x,int y)    { x=x+y;y=x-y;x=x-y;     cout<< x << "," <<y << " ,";}    void main( )    { int x=2,y=3;fun(x,y);      cout<< x << "," << y << endl;}
[填空题]以下程序运行后的输出结果是 【11】 。 #include<iostream.h> void main( ) { char a[]="abcdabcabfgacd"; int i 1=0,i2=0,i=0; while (a[i]) { if (a[i]==’a’) il++; if (a[i]==’b’) i2++; i++; } cout<<il<<’ ’<<i2<<endl; }
[填空题]以下程序运行后的输出结果是 【10】
   #include<iostream.h>
   void fun(int x,int y)
    x=x+y;y=x-y;x=x-y;
    cout<< x << "," <<y << " ,";
   void main( )
    int x=2,y=3;fun(x,y);
     cout<< x << "," << y << endl;}
[单项选择]以下程序运行后的输出结果是( )。
#include<iostream.h>
void main( )

char a[]="abbcabbcabbc";
int i =0,j=0,k=0;
while(a[i])

if(a[i]=='a')
j++;
if(a[i]=='b')
k++;
i++;

cout<<j<<" "<<k<<end1;

A. 2, 6
B. 3, 5. C) 4, 7 D) 3, 6
[填空题]以下程序运行后的输出结果是 [10]
#include<iostream.h>
void main( )
char s[]=“123456”,*p;
for(p=s; p<s+2; p++)
cout<<p<<end1;

[填空题]以下程序运行后的输出结果是 【12】 。 #include <iostream.h> main( ) { int i=10,j=0; do { j=j+ i; i--; } while(i>2); cout<<j; }
[填空题]下面程序的输出结果是 【15】 。 #include<iostream.h> #include<math.h> class point { double x; double y; public: point(doublea,d double B) { x=a; y=b; } friend double distance (point a,point B) ; }; double distance (point a,point B) { return sqrt((a.x-b.x)*(a.x-b.x)+(a.y-b.y)*(a.y-b.y)); } void main( ) { point p1(1,2); point p2(5,2); cout<<distance(p1,p2)<<end1; }
[填空题]以下程序运行后的输出结果是 【12】
#include <iostream.h>
main( )int i=10,j=0;
doj=j+ i; i--;while(i>2);
cout<<j;

我来回答:

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

订单号:

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