题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-06-28 05:12:48

[填空题]阅读下面程序,则程序的执行结果为 【9】
#include"stdio.h"
main( )
int a=30,b=20,z;
z=fun(a+b,a-b);
printf("%d/n",z);
fun(int a,int b)
int z;
z=a/b;
return z;

更多"阅读下面程序,则程序的执行结果为 【9】 。 #include'"的相关试题:

[填空题]阅读下面程序,则执行后的输出结果是______。 #include"stdio.h" main( ) { int x,y,z; x=1;y=2;z=3; if(x>y)if(x>z)printf("%d",x); else printf("%d",y); printf("%d/n",z);}
[填空题]下面程序的执行结果是 [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;
do

n++;
if(n%3==2&&n%5==3&&n%7==2)
x=1;
while(x!=1);
cout<<"n="<<n<<end1;

[填空题]下面程序的结果为【 】。   #include<iostream.h>   void main( )   {     int a=1,b=2;     bool c=1;     if((a>b)||c) cout<<"true"<<endl;     else       cout<<"false"<<endl;   }
[填空题]下面程序的结果为 【7】 。 #include<iostream.h> void main( ) { int a=1,b=2; bool c=1; if((a>b) ||c) cout<<"true"<< end1; else cout<<"false"<<end1; }
[填空题]下列程序的执行结果为 【15】
#include<iostream.h>
void main( )

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

[填空题]下面程序的输出结果是 【9】 。 #include<iostream.h> void main( ) { int a[6]={1,2,3,4,5,6}; for(int i=0;i<5;i++) cout <<a[i] <<" "; cout <<end1; }
[填空题]下面程序的输出结果为 【8】 
  # include <iostream.h>
  void main( )
  
    int num=0,i=8;
    do
      i --;
      num++;
       while(--i);
      cout << num << endl;

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

unsigned char value=127;
int total=100;
value++;
total+=value;
cout<<total<<end1;
  • A) 227
  • B) 100
  • C) 127
  • D) 27

[填空题]下面程序的运行结果是
#include<stdio.h>
#define SIZE 12
main( )
char s[SIZE];int i;for(i=0;i<SIZE;i++) s[i]=’A’+i+321;
sub(s,7,SIZE-1);
for(i=0;i<SIZE;i++) printf("%c",s[i]);
printf("//n");
sub(char *a,int t1,int t2)
char ch;
while(t1<t1)
ch=*(a+t1);
*(a+t1)=*(a+t2);
*(a+t2)=ch;
t1++;t2--;
[填空题]以下程序的执行结果是 ______。
#include<iostream.h>
void main( )

int a=o,b=1,c=0,d=20;
if (
  • a) d=d-10;
    else if(!
  • b)
    if(!
  • c) d=15;
    else d = 25;
    cout<<"d="<< d << endl;

我来回答:

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

订单号:

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