首页 > 计算机科学与技术
题目内容 (请给出正确答案)
[单选题]

以下程序运行后,输出结果是()。#define ADD(x) x+x main() {int m=1,n=2,s=3; s*=ADD(m+n); printf(“s=%dn”,s);}

A.s=8

B.s=9

C.s=6

D.s=18

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“以下程序运行后,输出结果是()。#define ADD(x)…”相关的问题
第1题
若有如下程序: include "stdio.h" main() { char s[30]; Strcpy(&S[0],"

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

点击查看答案
第2题
以下程序运行后的输出结果是______。 main { inn a=b= c=5: if (c=a+b

以下程序运行后的输出结果是______。 main { inn a=b= c=5: if (c=a+b) printf ("yes\n); else printf ("no\n); }

点击查看答案
第3题
有以下程序 main(){ inti=l; i=i^i; printf(%d\n,1);} 程序运行后的输出结果是A.-1B.0C

有以下程序 main(){ inti=l; i=i^i; printf(%d\n,1);} 程序运行后的输出结果是

A.-1

B.0

C.1

D.7

点击查看答案
第4题
以下程序运行后的输出结果是【 】。 main() { int p=30; printf("%dkn",(p/3>0?p/10:

以下程序运行后的输出结果是【 】。 main() { int p=30; printf("%dkn",(p/3>0?p/10:p%3)); }

点击查看答案
第5题
以下程序运行后的输出结果是【 】。 include <stdio.h> msin() { int i,n[]={0,0,0,

以下程序运行后的输出结果是【 】。 include <stdio.h> msin() { int i,n[]={0,0,0,0,0}; for(i=1;i<=4;i++) { n[i]=n[i-1]*2+1; printf("%d",n[i]); } }

点击查看答案
第6题
以下程序运行后,输出结果是 define PT 5.5 define S(x) PT*x*x include<stdio.h>

以下程序运行后,输出结果是 define PT 5.5 define S(x) PT*x*x include<stdio.h> main() { int a=1,b=2; printf("%4.1f\n",S(a+b));}

A.49.5

B.9.5

C.22

D.45

点击查看答案
第7题
以下程序运行后,输出结果是______。 include<stdio.h> define PT 5.5 difine S(x) PT*x*

以下程序运行后,输出结果是______。 include<stdio.h> define PT 5.5 difine S(x) PT*x*x main() { int a=1,b=2; printf("%4.1f/n",S(a+b)); }

A.49.5

B.9.5

C.22

D.45

点击查看答案
第8题
以下程序运行后的输出结果是______。 inClude <strinq.h> char *ss(char *s)

以下程序运行后的输出结果是______。 inClude <strinq.h> char *ss(char *s) { char *p;t; p=S+1;t=*s; while(*p){*(p-1)=*p;p++;} *(p-1)=t; return s; } main() { char *p,str[10]="abcdefgh"; p=ss(str); printf("%s\n",p); }

点击查看答案
第9题
下面程序的输出结果是()。 def StudentInfo(country='中国',name): print('%s,%s'%(name,country)) StudentInfo('美国','大卫')

A.大卫,美国

B.美国,大卫

C.大卫,中国

D.报错

点击查看答案
第10题
以下程序运行后的输出结果是【 】。 include <string. h> cbar *ss(char *s) { char *

以下程序运行后的输出结果是【 】。 include <string. h> cbar *ss(char *s) { char *p, t; p=s+1; t=*s; while(-p){*(p-1)=*p; p++;} *(p-1)=t; return s; } main() { char *p, str[10]="abcdefgh"; p=ss(str); printf("% s\n", p); }

点击查看答案
第11题
有以下程序 main(){ unsignedchara=2,b=4,c=5,d; d=aJb;d&=c; printff%d\n,d);) 程序运

有以下程序 main(){ unsignedchara=2,b=4,c=5,d; d=aJb;d&=c; printff%d\n,d);) 程序运行后的输出结果是

A.3

B.5

C.4

D.6

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改