快捷搜索: 热门搜索

c语言英文单词排序-c语言输出单词-c语言按照字典单词排序

#includestdio.h #includestring.h intGetWords(char*sentence,char*words[]); voidSortStrings(char*strs[],intcount); intmain() { charstr[200]; intnWords=0; char*words[20]; inti; printf(inputastring:); gets(str); nWords=GetWords(str,words); Sort...