摘要: strcmp() 字符串比较函数详解 一、介绍 原型:int strcmp(const char *s1, const char *s2); 头文件:#include <string.h> 功能:用来比较两个字符串 参数:s1、s2为两个进行比较的字符串 返回值:若s1、s2字符串相等,则返回零;若 阅读全文
posted @ 2019-04-26 00:07 mikasawell 阅读(54880) 评论(1) 推荐(0) 编辑