牛老师 你好
Posted 丁玉彬
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了牛老师 你好相关的知识,希望对你有一定的参考价值。
#include<stdio.h> int main() { void funstr(char str[12]); char str[12]={"hello world"}; char *a=str; str[0]=‘H‘; funstr(a); return 0; } void funstr(char str[12]) { int t=0; printf("%s\n",str); while(str[t]!=‘\0‘) { printf("%c",str[t]); t++; } }
老师 我上课时候 单词打错了 所以有那么一点小瑕疵 一直没对 错误提示没看懂
Hello world
Hello world请按任意键继续. . .
以上是关于牛老师 你好的主要内容,如果未能解决你的问题,请参考以下文章