使用"指標" 寫出可將字串內容反轉的函數strv(char *s) 例如: char str[] = " 123456789"; 執行strv(str) 函數後成為"987654321"
tw.knowledge.yahoo.com