Vidyalelo
Data Structure · Q140

Stacks in Data Structures

Programming · Data Structure · question 140

Q140

What will be the word obtained if the word "abbcabb" is reversed using a stack?

A.
bbabbca
B.
abbcabb
C.
bbacbba
Answer
D.
bbacabb

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board