InterviewSolution
Saved Bookmarks
| 1. |
What will be the word obtained if the word “abbcabb” is reversed using a stack?(a) bbabbca(b) abbcabb(c) bbacbba(d) bbacabbI want to ask this question from Reverse a Word using Stack topic in chapter Application of Stacks of Data Structures & Algorithms IThis question was posed to me during an online exam. |
|
Answer» Correct ANSWER is (C) bbacbba |
|