题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-11 09:25:14

[填空题]阅读下面语句,则程序的执行结果是______。 #include"stdio.h" main( ) { inta=-1,b=1,k; if((++a<0)&&! (b--<=0)) printf("%d,%d/n",a,b); else printf("%d,%d/n",b,a);}

更多"阅读下面语句,则程序的执行结果是______。 #include'"的相关试题:

[填空题]阅读下面语句,则程序的执行结果是 【8】
#include"stdio.h"
main( )
int a=-1,b=1,k;
if((++a<0)&&! (b--<=0))
printf("%d,%d/n",a,b);
else printf("%d,%d/n",b,a);
[填空题]阅读下面语句,则程序的执行结果是______。
#include"stdio.h"
main( )
inta=-1,b=1,k;
if((++a<0)&&! (b--<=0))
printf("%d,%d/n",a,b);
else printf("%d,%d/n",b,a);
[填空题]阅读下面语句,则执行后的输出结果为 【10】
#include"stdio.h"
main( )
char a,b;
for(a=’0’,b=’9’;a<b;a++,b--)
printf("%c%c",a,b);
printf("/n");
[填空题]阅读下面程序,则执行后的输出结果是 【6】
#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);
[填空题]阅读下面程序段,执行后输出的结果是______。
#include "stdio.h"
main( )
char fun(char,int);
char a=’A’;
int b=13;
a=fun(a,b);
putchar(a);
char fun(char a,int b)
char k;
k=a+b;
return k;

[填空题]阅读下面程序,则执行后的输出结果是______。
#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);
[填空题]阅读下面程序段,则执行后输出的结果是______。
#include"stdio.h"
main( )
char fun(char,int);
char a=’A’;
int b=13;
a=fun(a,b);
putchar(a);
charfun(char a,int b)
char k;
k=a+b;
return k;
[单项选择]阅读下面程序,程序执行后的结果为()。
#include "stdio.h"
main( )
char *str="abcdefghijklmnopq";
while(*str++!=’e’);
printf("%c/n",*str);

A. f
B. a
C. e
D. q
[填空题]下面程序的执行结果是 【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;

[填空题]下面程序的执行结果是 [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;

[填空题]

以下程序运行后的输出结果是()。
#include
#include
#include
main( )
{ char *p;int i;
p=(char*)malloc(sizeof(char)*20);
strcpy(p,"welcome");
for(i=6;i>=0;i--) putchar(*(p+i));
printf("/n"); free(p);
}


我来回答:

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

订单号:

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