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

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

cout.fill( ’ * ’ );
cout.width(10);
cout<<"hello"<

更多"下列程序的执行结果为【15】。 #include void m"的相关试题:

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

cout.fill( ’ * ’ );
cout.width(10);
cout<<"hello"<
[单项选择]下列程序的输出结果是 #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
[填空题]以下程序运行时输出到屏幕的结果是【6】 。 #include void main( ) {FILE *fp; int k,n,a[6]={1,2,3,4,5,6}; fp=fopen("d2.dat","w"); ’ fprintf(fp,"%d%d%d/n",a[0],a[1],a[2]); fprintf(fp,"%d%d%d/n",a[3],a[4],a[5]); fclose(fp); fp=fopen("d2.dat","r"); fscanf(fp,"%d%d",&k,&n); printf("%d,%d/n",k,n); fclose(fp); }
[填空题]阅读下面的程序: #include<iomanip.h> void main( ) { cout.fill(’!’); cout<<setiosflags(ioS::left)< 【11】 。
[填空题]

以下程序运行时输出结果是()
#include
void main( )
{double x[3]={1.1,2.2,3.3},Y;
FILE *fp=fopen("d://a.out","wb+");
fwrite(x,sizeof(double),3,fp)"
fseek(fp,2L*sizeof(double),SEEK_SET);
fread(&y,sizeof(double),1,fp)"
printf("%.1f",y);
fclose(fp)"
}


[填空题]以下程序的执行结果是
#include<iostream.h>
void main( )

cout.fill1(’*’);
cout.width(10);
cout<<123.45<<endl;
cout.width(8):
cout<<123.45<<endl;
cout.width(4);
cout<<123.45<<endl;

[填空题]下列程序的执行结果为 。 #include<iostream.h> void main( ) { cout.fill(’*’) ; cout.width(10) ; cout < < "hello" < < endl; }
[填空题]

[程序]

#include

void main(void)

{

int c2,c3,c5,m=20;

c2=c3=c5=0;

for(int i=1;i<=m;i++){

if(i==15 || i==14)continue;

if(i%2==0) c2++;

if(i%3==0) c3++;

if(i%7==0) c5++;

}

cout<
}

执行程序后输出的第一行是___(1)___, 第三行是___(2)___


[填空题]

以下程序运行时输出结果是()。
#include
void main( )
{ int k=5,n=0;
while(k>0)
{ switch(k)
{ case 1:
case 3:n+=1;k--;break"
default:n=0;k--;
case 2:
case 4: n+=2;k--;break;
}
}
printf("%3d",n);
}
}


[填空题]

以下程序运行时输出到屏幕的结果是()。
#include
void main( )
{int s[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i,j;
for(i=0;i<12;i++)
{j=s[i];
c[j]++;
}
for(i=1;i<5;i++)
printf("%d",c[i]);
}


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

cout.fill(‘*’);
cout.width(10);
tout <<"hello"<<end1;

[单项选择]有如下程序 #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
[填空题]下面程序的执行结果是 [7]
#include<iostream.h>
void main( )
int a=0,b=2,c=0,d=30;
if(
  • a)
    d=d-10;
    else if(B)
    if(!C)
    d=15;
    else d=20;
    cout<< “d=” <<d<<end1;

[填空题]下面程序的执行结果是 【15】
#include <iostream. h>
void main( )int n=0,x=0;
don++;
if(n%3==2&&n%5==3&&n%7==2)
x=1;
while(x!=1);
cout<<"n=" <<n<<end1;

我来回答:

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

订单号:

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