摘要: 问题:原型:extern int strcmp(const char *s1,const char * s2);所在头文件:string.h功能:比较字符串s1和s2。一般形式:strcmp(字符串1,字符串2)说明:当s1s2时,返回正数即:两个字符串自左向右逐个字符相比(按ASCII值大小相比较... 阅读全文
posted @ 2014-08-22 15:46 McQueen1987 阅读(360) 评论(0) 推荐(0)