首先跟LZ说一下,在比较字符串的时候就是根据字符的ASCII来比较的
无需另作ASCII来比较!
#include "stdio.h" int main() { const int N=10; int i,j; char string[N],temp; printf("Please input the string: "); for(i=0;i
01月07日 编辑 39baobao.com
首先跟LZ说一下,在比较字符串的时候就是根据字符的ASCII来比较的
无需另作ASCII来比较!
#include "stdio.h" int main() { const int N=10; int i,j; char string[N],temp; printf("Please input the string: "); for(i=0;i