Vidyalelo
Data Structure · Q990

Miscellaneous on Data Structures

Programming · Data Structure · question 990

Q990

Stack can be reversed without using extra space by . . . . . . . .

A.
using recursion
B.
using linked list to implement stack
Answer
C.
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