首页 > 高职专科
题目内容 (请给出正确答案)
[主观题]

以下程序运行后的输出结果是【 】。 include <stdio.h> define S(x) 4 * x * x + 1

以下程序运行后的输出结果是【 】。 include <stdio.h> define S(x) 4 * x * x + 1 main() { int i=6,j=8; prinff("% d \ n" , S(i + j) ); }

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“以下程序运行后的输出结果是【 】。 include <std…”相关的问题
第1题
以下程序运行后的输出结果是______。 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); }

点击查看答案
第2题
有以下代码int x=011;printf("%d\n",++x);程序运行后的输出结果是()

A.12

B.11

C.10

D.9

点击查看答案
第3题
有以下程序main(){ int a=666,b=888;printf("%d\n",a,b);}程序运行后的输出结果是

A.错误信息

B.666

C.888

D.666,888

点击查看答案
第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题
以下程序运行后的输出结果是__。main(){ char s()="GFEDCBA";int p=6;while(s【p】!=‘D’){ printf("%c ", p);p=p-1; } }
点击查看答案
第6题
以下程序运行后输出的结果是______。main(){int a=1,b;for(b=1;b<=10;b++)(if(a>=8)break;if(a%2=

以下程序运行后输出的结果是______。

main()

{int a=1,b;

for(b=1;b<=10;b++)

(if(a>=8)break;

if(a%2==1){a+=5;continue;}

a==3:

}

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

}

点击查看答案
第7题
以下程序运行后的输出结果是【 】。 include <stdio.h> main() { int a=1,b=3,c=5;

以下程序运行后的输出结果是【 】。 include <stdio.h> main() { int a=1,b=3,c=5; if (c=a+b) printf("yes\n"); else printf("no\n"); }

点击查看答案
第8题
以下程序运行后的输出结果是【 】。 include <stdio, h> main() char c1 ,c2; for(e

以下程序运行后的输出结果是【 】。 include <stdio, h> main() char c1 ,c2; for(el = 0, c2 =9; e1<c2; c1 + + , c2 -- ) printf(" %c%c", c1, c2 ); printf("\n" ); }

点击查看答案
第9题
以下程序运行后的输出结果是【 】。 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]); } }

点击查看答案
第10题
有以下程序:#includevoid fun(char c){ if(c>'X')fun(c-1):printf("%C",c);}traia(){ fun('z');}程序运行后的输出结果是

A.xyz

B.wxyz

C.xzy

D.zvx

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