Answer: To print a string in reverse order, first insert each character of the string into a stack. Then, delete each element from the top of the stack and ...
確定! 回上一頁