首页 > 计算机应用技术> JAVA程序设计
题目内容 (请给出正确答案)
[主观题]

以下程序的输出结果是______。 include <string.h> main() { printf("%d\n",strlen(

以下程序的输出结果是______。 include <string.h> main() { printf("%d\n",strlen("IBM\n012\1\\"));}

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“以下程序的输出结果是______。 include <str…”相关的问题
第1题
以下程序的输出结果是______。 main() { char st[]:"hello\O\t\\"; printf(&

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

main()

{ char st[]:"hello\O\t\\";

printf("%d,%d\n",strlen(st),sizeof(st));

}

点击查看答案
第2题
以下程序的输出结果是______。 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); }

点击查看答案
第3题
以下程序的输出结果是______。 include<stdio.h> main() { double a=1234.56789;

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

点击查看答案
第4题
以下程序的输出结果是【 】。 include <stdio.h> deftne JFT(x)x*x main() {

以下程序的输出结果是【 】。 include <stdio.h> deftne JFT(x)x*x main() { int a,k=3; a=++JFT(k+1); printf("%d",a); }

点击查看答案
第5题
以下程序段的输出结果是【 】。 int i =9; prinff("% o \n" ,i);

以下程序段的输出结果是【 】。 int i =9; prinff("% o \n" ,i);

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

点击查看答案
第7题
以下程序运行后的输出结果是【 】。 include <stdio.h> main () { iht x=

以下程序运行后的输出结果是【 】。 include <stdio.h> main () { iht x=0210; printf("%x \n" ,x); }

点击查看答案
第8题
以下程序输出的结果是______。 mazn() { int a=5,b=4,c=3,d; d=(a>b>C) ;

以下程序输出的结果是______。 mazn() { int a=5,b=4,c=3,d; d=(a>b>C) ; printf("%d\n",D) ; }

点击查看答案
第9题
以下程序的输出结果是【 】。 include <string.h> main() {printf("%d\n",strlen("IBM

以下程序的输出结果是【 】。 include <string.h> main() {printf("%d\n",strlen("IBM\n012\1\\"));}

点击查看答案
第10题
以下程序的输出结果是【 】。 include<stdio.h> fun() { static int a=0; a+=

以下程序的输出结果是【 】。 include<stdio.h> fun() { static int a=0; a+=2;printf("%d",a);} main() { int cc; for(cc=1;CC<4;CC++)fun(); printf("\n");}

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