InterviewSolution
Saved Bookmarks
| 1. |
Which data structure is needed to convert infix notation to postfix notation?(a) Branch(b) Tree(c) Queue(d) StackI need to ask this question from Stack Operations topic in section Abstract Data Types of Data Structures & Algorithms IThe question was posed to me in semester exam. |
|
Answer» Right answer is (d) Stack |
|