Which of the following data structure is used to convert postfix expression to infix expression?

Q & ACategory: Data StructureWhich of the following data structure is used to convert postfix expression to infix expression?
Admin Staff asked 4 years ago

Which of the following data structure is used to convert postfix expression to infix expression?
a) Stack
b) Queue
c) Linked List
d) Heap

1 Answers
Admin Staff answered 4 years ago

a) Stack