题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-22 19:37:42

[填空题]以下程序运行后的输出结果是 【8】
#include <stdio, h>
main( )
int a=3,b=4,c=5,t=99;
if(b<a && a<c) t=a;a=c;c=t;
if(a<e && b<c) t=b;b=a;a=t;
printf( "%d %d %d /n" ,a,b,e);

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

[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
main( )
FILE * fp;int a[10]=1,2,3,i,n;
fp=fopen("d1.dat","w");
for(i=0;i<3;i++) fprintf(fp,"%d",a[i]);
fprintf(fp,"/n");
fclose(fp);
fp=fopen("d1.dat","r");
fscanf(fp,"%d",&n);
fclose(fp);
printf("%d/n",n);

A. 12300
B. 123
C. 1
D. 321
[单项选择]以下程序运行后的输出结果是
#include <stdio.h>
main( )
struct STUchar name[9];char sex;double score[2];;
struct STU a="Zhao",’m’,85.0,90.0,b="Qian",’f’,95.0,92.0;
b=a;
printf("%s,%c,%2.0f,%2.0f/n",b.name,b.sex,b.score[0],b.score[1]);
A. Qian,f,95,92
B. Qian,m,85,90
C. Zhao,f,95,92
D. Zhao,m,85,90
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
main( )
int x=1,y=0,a=0,b=0;
switch(x)
case 1:
switch(y)
ease 0:a++;break;
ease 1:b++;break;

ease 2:a++;b++;break;
case 3:a++:b++:

printf("a=%d,b=%d/n",a,b);

A. a=1,b=0
B. a=2,b=2
C. a=l,b=1
D. a=2,b=1
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
main( )
int i=5;
do
if(i%3==1
if(i%5==2)
printf("*%d",i);break;
i++:
while(i!=0);
printf("/n");

A. %7
B. *3*5
C. *5
D. *2*6
[填空题]以下程序运行后的输出结果是 【9】
#include <stdio.h>
main ( )
char a[] ="123456789", *p;
int i =0;
p=a;
while( * p)
if(i%2 ==0) *p=’*’;
p++;i++;

puts(a);

[填空题]以下程序运行后的输出结果是 【20】
#include <stdio, h>
main ( )
char a [ ] = "Language", b [ ]: "Programe";
char * pl, * p2; int k;
p1=a;p2=b;
for(k=0;k<=7;k++)
if( * (p1 +k) == * (p2+k)) printf("% c", * (pi +k));

[填空题]以下程序运行后输出结果是 【20】
#include <stdio, h>
main( )
int a,b,c;
a=10; b:20; c=(a%b<1) ‖ (a/b>1);
printf("%d %d %d/n",a,b,c);

[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
main( )
int c=0, k;
 for(k=1; k<3; k++)
  switch(k)
   default: c+=k;
    case 2: c++; break; case 4: c+=2; break;
  
 printf("%d/n", c);

A. 3
B. 5
C. 7
D. 9
[填空题]以下程序运行后的输出结果是
#include<stdio.h>
main( )
int a=200,b=010;
printf("%d%d//n",a,b);

[填空题]以下程序运行后的输出结果是
#include <stdio.h>
main( )
char m;
m=’B’+32;
printf("%c//n",m);

[填空题]以下程序运行后的输出结果是 【18】 。 #include <stdio.h> main( ) { int i,m=0,n=0,k=0; for(i=9;i<=11;i++) switch(i/10) { case 0: m++;n++;break; case 10: n++;break; default: k++;n++; } printf("%d%d%d/n",m,n,k); }
[填空题]以下程序运行后的输出结果是 【17】 。 #include <stdio.h> main( ) { int p=30; printf("%d/n",(p/3>0 p/10:p%3)); }

我来回答:

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

订单号:

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