王意飞2110181023WSxin
王意飞2110181023WSxin
全部文章
分类
读书笔记(1)
题解(3)
归档
标签
去牛客网
登录
/
注册
*p
全部文章
(共1篇)
字符函数中六个常用函数详解
//字符串函数 //#include<string.h> //常用函数如下 : //strlen (lenth) 计算字符串的长度 //printf("%lu",strlen(a)); a-->char a[] 不会计算'\0' 但是sizeof会计算; //strcmp(...
C
字符串
2022-01-12
0
0