当前位置:百科知识 > 全部分类

问题描述:

[填空] 请写出如下程序的输出结果:#include “stdio.h”main(){ char s[81]= “abc def gh”;char *p1,*p2;p1=p2=s;while(*p1!= ‘\0’){ if(*p1!= ‘ ’){*p2=*p1;p2++;}p1++;}*p2= ‘\0’printf(“%s\n”,s);}
参考答案:查看
答案解析:
☆收藏

随机题目