补充作业
Posted 张伯瑞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了补充作业相关的知识,希望对你有一定的参考价值。
#include <stdio.h> main() { char str[]="hello world"; int i; for(i=0; str[i];i++); printf("%c\n",str[i]); for(i=0;*(str+i);i++); printf("%c\n",*(str+i)); str[0]=‘H‘; str[6]=‘W‘; printf("%s",str); }
用手机做的没办法插入图片和验证运行结果老师可以先看一看,如果有不对的地方我可以用电脑改
以上是关于补充作业的主要内容,如果未能解决你的问题,请参考以下文章