函数求字符串长度的示例代码
```ccludecludeg.h>
tain()
char str[] = "hello world";t(str);tf); 0;
输出结果为
字符串长度为11
tf函数输出字符串长度。
函数会一直往后读取直到遇到'\0',这样就会出现越界访问的情况,导致程序崩溃。
icode)字符串长度的函数。