Stack can be reversed without using extra space by _____________
Posted: Wed Jul 13, 2022 7:40 pm
a) using recursion
b) using linked list to implement stack
c) using an extra stack
d) it is not possible
b) using linked list to implement stack
c) using an extra stack
d) it is not possible