Inside the loop copy current character from original string to reverse string. Say reverse[revIndex] = str[strIndex];. After copying, increment ...
確定! 回上一頁