how to reverse a string in c. by. [ad_1]. reverse string in c. // Reverse a string using pointers: #include void rev(char *str) { char *r_ptr = str; ...
確定! 回上一頁