欢迎来到财会考试题库网
财会考试题库官网
登录
注册
首页
经济师考试
会计职称考试
统计师考试
审计师考试
保险考试
全部科目
>
普通考研
>
软件工程
搜题找答案
填空题
下列程序的输出结果是()
【参考答案】
16
点击查看答案
上一题
目录
下一题
相关考题
填空题
下列程序的输出结果是 ()。 #include #include main( ) { int i=0; char str1[10]=“1234”, str2[10]= “567”; strcat(str1,str2); while(str2[i++]!=‘\0’) str2[i]=str1[i]; puts(str2); }
填空题
下列程序段的输出结果是()。 char str[ ]= “abc\0def\0ghi”, *q=str; printf(“%s”,q+5);
填空题
下列程序的输出结果是()
关注
顶部
微信扫一扫,加关注免费搜题