<b>c语言strlen用法详解</b>

c语言strlen用法详解

c语言strlen用法详解: strlen()函数的作用是统计给定字符串的长度。 函数原型: unsigned int strlen(char *str); 功 能:统计字符串str中字符的个数,不包括\0 返...