牛客图书馆 > 读书笔记
  • 字符函数中六个常用函数详解

    //字符串函数 //#include<string.h> //常用函数如下 : //strlen (lenth) 计算字符串的长度 //printf("%lu",strlen(a)); a-->char a[] 不会计算'\0' 但是...
    Lifew 编辑于 2022-01-12 17:05:41