题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-02-05 00:18:11

[填空题]以下程序运行后的输出结果是【 】。    #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<io"的相关试题:

[单项选择]以下程序在VC6平台上编译运行,程序运行后的输出结果是
#include<stdio.h>
main( )
 int s, t, A=10; double B=6;
 s=sizeof(A); f=sizeof(B);
 printf("%d, %d/n", s, t);

A. 2,4
B. 4,4
C. 4,8
D. 10,6
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
#include<string.h>
main( )
 char x[]="STRING";
 x[0]=0; x[1]='/0'; x[2]='0';
 printf("%d%d/n", sizeof(x),strlen(x));

A. 6 1 B) 7 0 C) 6 3 D) 7 1
[填空题]以下程序运行后输出结果是 【8】 。   #include   main( )   { int i, j;    for(i=6;i>3;i--) j=i;     printf("%d%d/n",i,j);   }
[填空题]以下程序运行后输出结果是 【9】 。   #include   main( )  { int i,n[]={0,0,0,0,0}; for(i=1;i<=2;i++) { n[i]=n[i-1]*3+1; printf("%d ",n[i]); } printf("/n"); }
[填空题]以下程序运行后输出结果是 【7】 。   #include   main( )   { int a=37;    a%=9; printf("%d/n",a);   }
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
#include<string.h>
void fun(char *s[],int n)
char *t;int i,j;
for(i=0;i<n-1;i++)
for(j=i+1;j<n;j++)
if(strlen(s[i])>strlen(s[j]))t=s[i];s[i]=s[j];s[j]=t;

main( )
char *ss[]="bcc","bbcc","xy","aaaacc","aabce";
fun(ss,5);printf("%s,%s/n",ss[0],ss[4]);

A. xy,aaaace
B. aaaacc,xy
C. bcc,aabcc
D. aabcc,bcc
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
#include<stdlib.h>
int fun(int n)
int *p;
p=(int*)malloe( sized ( int ));
* p=n; return * p;

main( )
int a;
a=fun(10);printf("%d/n",a+fun(10));

A. 0
B. 10
C. 20
D. 出错
[填空题]以下程序运行后的输出结果是 【10】 。   #include   main( )   { char a;    for(a=0;a<15;a+=5)    { putchar(a+’A’); } printf("/n");   }
[单项选择]以下程序运行后的输出结果是()
#include<stdio.h>
#include<stdlib.h>
int fun(int n)
int *p;
p=(int*)malloe( sized ( int ));
* p=n; return * p;

main( )
int a;
a=fun(10);printf("%d/n",a+fun(10));

A. 0
B. 10
C. 20
D. 出错
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
struct st
int x,y; data[2]=1,10,2,20;
main( )
struet st *p=data;
printf("%d,",p->y);printf("%d/n",(++p)->x);

A. 10,1
B. 20,1
C. 10,2
D. 20,2
[填空题]以下程序运行后的输出结果是 【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; }
[填空题]以下程序运行后输出结果是 【11】 。 #include void fun(int x) { if(x/5>0) fun(x/5);  printf("/%dn",x);  } main( ) { fun(11); printf("/n"); }

我来回答:

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

订单号:

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