我是靠谱客的博主 活力美女,最近开发中收集的这篇文章主要介绍字符函数(strlen、strcpy、strcmp、strerror)一、strlen 函数二、strcpy 函数三、strcmp函数四、strerror 函数,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
目录
一、strlen 函数
二、strcpy 函数
三、strcmp函数
四、strerror 函数
这里仅列举出了部分需要注意的函数,至于其他的 strcat、strtok函数没有列举出来。
一、strlen 函数
strlen 函数用于获取一个字符串的长度。本质是用一个变量cnt计数,只要不是'