搜索资源列表
5_6_B
- 编写一个函数InverseByWord(char *sentence), 实现一个英文句子按单词逆序存放的功能,并给出测试程序。(50分) 如:This is an interesting programme. 逆序后变为:.programme interesting an is This-Write a function InverseByWord (char* sentence), to achieve an Engl
InverseByWord
- 一个实现英文句子按单词逆序存放的函数,例如:This is an interesting programe. 逆序存放为.programe interesting an is This-A realization of English sentences in the word reverse storage function