What data structure is used when converting an infix notation to prefix notation?

Q & ACategory: Data StructureWhat data structure is used when converting an infix notation to prefix notation?
Admin Staff asked 4 years ago

What data structure is used when converting an infix notation to prefix notation?
a) Stack
b) Queue
c) B-Trees
d) Linked-list

2 Answers
Admin Staff answered 4 years ago

a) Stack

Admin Staff answered 4 years ago

a) Stack