c語言字串反序... 要怎麼在不知字串有多長的情形下寫這個程式阿? #include #include void reverse(char str[]); int main(void) { char str[5]; gets(str)
www.student.tw