C語言 : 實現字符串倒序

程序:ubuntu #include <stdio.h> #include <stdlib.h> #include <string.h> int fun(char *w) { char t, *s1,*s2; int n = strlen(w); s1 = w; s2 = w+n-1; while(s1<s2)
相關文章
相關標籤/搜索