[面試] 字串反轉 ... #include #include void reverse(char* str) { int i, j; char c; for(i=0, j = strlen(str)-1; i
edisonx.pixnet.net