strcomp函数如何比较字符串?

strcmp函数strcmp(stringcompare)函数用于字典序(Lexicographicalorder)比较两个字符串,函数原型#include<string.h>intstrcmp(constchar*str1,constchar*str2);参数str1:第……

目录[+]