Cannot understand exercise 9.52, please help.
StephenChips opened this issue · 1 comments
StephenChips commented
Cannot understand exercise 9.52, please help.
S8r2j commented
In the exercise 9.52, its showing the use of stack to reverse the string that is enclosed in the bracket. Its using the push function to input the string's character one by one into the stack and using the pop function to output the inputted character into reverse order.