C语言字符串位置互换

                                     C语言字符串位置互换      代码思想:第一个和最后一个位置互换,第二个和倒数第二个位置互换,以此类推。code      代码以下:blog               #include<stdio.h> #include<string.h> void reverse(char* str){ if(NULL==s
相关文章
相关标签/搜索