Q990
Stack can be reversed without using extra space by . . . . . . . .
A.
using recursion
B.
using linked list to implement stack
AnswerC.
using an extra stack
D.
it is not possible
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board