strcmp();字符串比较函数怎么用,麻烦举个例子
2 回答
万千封印
TA贡献1891条经验 获得超3个赞
函数简介原型:extern int strcmp(const char *s1,const char * s2)
功能:比较字符串s1和s2。
一般形式:strcmp(字符串1,字符串2)
- 2 回答
- 0 关注
- 774 浏览
添加回答
举报
0/150
提交
取消