重要提示:请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
首页 > 计算机应用技术> 网页设计与制作
网友您好,请在下方输入框内输入要搜索的题目:
搜题
拍照、语音搜题,请扫码下载APP
扫一扫 下载APP
题目内容 (请给出正确答案)
[主观题]

以上程序的输出结果是______。 define MIN(x,y) (x)<(y)?(x):(y) main() { int a=5,

以上程序的输出结果是______。 define MIN(x,y) (x)<(y)?(x):(y) main() { int a=5,b=2,c=3,d=3,t: t=MIN(a+b,c+d)*10;printf("%d\n" t);}

答案
查看答案
更多“以上程序的输出结果是______。 define MIN(x,y) (x)<(y)?(x):(y) main() { int a=5,”相关的问题

第1题

若有如下程序: include"stdio.h" main() {char s[30]; strcpy(&s[0],"abc"); st

若有如下程序: include"stdio.h" main() {char s[30]; strcpy(&s[0],"abc"); strcpy(&s[1],"de"); strcpy(&s[2],"f"); printf("%s\n",s); } 则程序运行后的输出结果是【 】。

点击查看答案

第2题

main() {int n=4; while(n)printf("%d ",--n); } 以上程序的输出结果是()。

A.2 0

B. 3 1

C. 3 2 1 0

D. 2 1 0

点击查看答案

第3题

下列程序段的输出结果是()。public class operatorsandExpressions{ void stringPlus(){ int x=3,y=4,z=5; System.out.println(x+y+z); } }

A.以上答案均不正确

B.xyz

C.x+y+z

D.12

点击查看答案

第4题

下列程序段的输出结果是()。 public class operatorsandExpressions{ void stringPlus(){ int xhps0@@3,yhps0@@4,zhps0@@5; System.out.println(x y z); } }

A.以上答案均不正确

B.xyz

C.x y z

D.12

点击查看答案

第5题

下面程序的输出结果是______。 main() { int x=11,*p=x; *p=23; printf("%d",x); }

下面程序的输出结果是______。

main()

{

int x=11,*p=x;

*p=23;

printf("%d",x);

}

点击查看答案

第6题

以下程序的输出结果是______。 include<stdio.h> main() { int a=340; a=a/

以下程序的输出结果是______。 include<stdio.h> main() { int a=340; a=a/3; a=a%3; printf("%d",a); }

点击查看答案

第7题

以下程序的输出结果是______。 include<stdio.h> main() { double a=1234.56789;

以下程序的输出结果是______。 include<stdio.h> main() { double a=1234.56789; printf("%8.4f,%8.2f\n",a,a); }

点击查看答案

第8题

下列程序的输出结果是______。 main() { char a[]="ABCDEFG"; char *cp=&a[7

下列程序的输出结果是______。 main() { char a[]="ABCDEFG"; char *cp=&a[7]; while(--cp>&a[0])putchar(*cp); }

点击查看答案

第9题

下列程序的输出结果是______。 main() { int n; for(n=O;n<5;n++) { if(n==2) continue; pr

下列程序的输出结果是______。

main( )

{ int n;

for(n=O;n<5;n++)

{ if(n==2) continue;

printf("%d\t",n) ;

}

}

点击查看答案

第10题

程序段int a=1234;print("%d\n",a,);的输出结果是()。

A.12

B.34

C.1234

D.提示出错无结果

点击查看答案

第11题

若有以下程序 main(){ intc; C=1315; pfintf(%d\n,c);} 则程序的输出结果是A.15B.18C.1

若有以下程序 main(){ intc; C=1315; pfintf(%d\n,c);} 则程序的输出结果是

A.15

B.18

C.13

D.5

点击查看答案
下载APP
关注公众号
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案 购买前请仔细阅读《购买须知》
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《服务协议》《购买须知》
立即支付 系统将自动为您注册账号
已付款,但不能查看答案,请点这里登录即可>>>
请使用微信扫码支付(元)

订单号:

遇到问题请联系在线客服

请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示:请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
请用微信扫码测试
优题宝