1.循环读取,直到为 '\0' 时,则是字符串结尾。include <stdio.h>// 计算字符串str长度,并返回int lenstr(const char* str){ int i = -1; while (str[++i]); // while循环在 str[++i] 为 '\0' 时结束 return i;}int main(){ char p[1000]; printf("input a...
刷刷题APP(shuashuati.com)是专业的大学生刷题搜题拍题答疑工具,刷刷题提供用C语言设计程序。写一个函数,求一个字符串的长度。在main函数中输入字符串,并输出其长度。的答案解析,刷刷题为用户提供专业的考试题库练习。一分钟将考试题Word文档/Excel文档/PDF文档转化为在线