题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-09-27 17:07:28

[单项选择]下列程序的运行结果是( )。
#include<stdio.h>
void main( )
int s=0, k;
for(k=7; k>1; k--)
switch(k)
case 1:
case 4:
case 7:
s++;
break;
case 2:
case 3:
case 6: break;
case 0:
case 5:
s+=2:
break;

printf("s=%d", s);

A. s=3
B. s=4
C. s=5
D. 无输出结果

更多"下列程序的运行结果是( )。 #include<stdio.h> "的相关试题:

[单项选择]下列程序的输出结果是 #include void main( ) { char * str="12123434"; int x1=0,x2=0,x3=0,x4=0,i; for(i=0;str[i]!=’/0’;i++) switch(str[i]) { case’1’:x4++; case’2’:x3++; case’3’:x2++; case’4’:x1++; } cout < < x1 < < "," < < x2 < < "," < < x3 < < "," < < x4;
A. 8,6,4,1
B. 8,6,3,2
C. 8,8,4,1
D. 8,6,4,2
[单项选择]下列程序的输出结果是
#include
void main( )
char * str="12123434";
int x1=0,x2=0,x3=0,x4=0,i;
for(i=0;str[i]!=’/0’;i++)
switch(str[i])
case’1’:x4++;
case’2’:x3++;
case’3’:x2++;
case’4’:x1++;

cout < < x1 < < "," < < x2 < < "," < < x3 < < "," < < x4;
A. 8,6,4,1
B. 8,6,3,2
C. 8,8,4,1
D. 8,6,4,2
[填空题]以下程序的输出结果是______。   #include   void main( )   { int a=0;   a+=(a=8);   cout<<a;   }
[单项选择]下面程序的运行结果是
#include<iostream.h>
Void main( )

int num=1;
int &ref=num;
ref=ref+2;
cout < < num;
num=num+3;
cout < < ref < <endl;

A) 13 B) 16 C) 36 D) 33
[单项选择]下面程序的运行结果是
#include<iostream.h>
void main( )

int i=1;
while(i<=8)
if(++i%3!=2)continue;
else cout < < i;


A. 25
B. 36
C. 258
D. 369
[填空题]下面程序的运行结果是 【13】
#include<iostream.h>
void main( )

char s[]="9876",*p;
for(p=s;p<s+2;p++)
cout<<p;

[填空题]以下程序的运行结果是 【8】 。 #include<iostream.h> void main( ) { bool t1=8,t2=0,t3=1; cout<<t1<<’/t’<<t2<<’/t’<<t3<<end1; }
[填空题]下列程序的运行结果是 【11】
#include<stdio.h>
void main( )
int s=0,k;
for(k=7;k>4;k--)
switch(k)
case 1:
case 4:
case 7:s++;break;
case 2:
case 3:
case 6:break;
case 0:
case 5:s+=2;break;
printf("s=%d" ,s);
[填空题]下列程序运行后的输出结果是______。
#include<stdio.h>
void main( )
( int k=1,s=0;
do
if((k%2)!=0)continue;
s+=k;k++;
while(k>10);
printf("s=%d/n",s);

[填空题]以下程序的运行结果是 【8】
#include<iostream.h>
void main( ) bool t1=8,t2=0,t3=1;
cout<<t1<<’/t’<<t2<<’/t’<<t3<<end1;

[填空题]下列程序的执行结果为【15】。
#include
void main( )

cout.fill( ’ * ’ );
cout.width(10);
cout<<"hello"<
[单项选择]有如下程序
#include
void main( )
char ch[2][5]=" 6937"," 8254",* p[2];
int i,j,s=0;
for(i=0;i<2;i++)p[i]=ch[i];
for(i=0;i<2;i++)
for(j=0;p[i][j]>,/’0’,;j+=2)
s=10 * s+p[i][j]-’0’;
cout < < S;
该程序的输出结果是
A. 69825
B. 63825
C. 6385
D. 693825
[填空题]下列程序的运行结果是______。
#include<stdio.h>
void main( )
int s=0,k;
for(k=7;k>4;k--)
switch(k)
case 1:
case 4:
case 7:s++;break;
case 2:
case 3:
case 6:break;
case 0:
case 5:s+=2;break;
printf("s=%d" ,s);
[填空题]以下程序的运行结果是______。
#include<stdio.h>
void main( )
char a=’A’,b=’E’;
int sum=1,i=1;
do
sum*=i;i++;
while(i<=b-a);
printf("%d",sum);

我来回答:

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

订单号:

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