The structure required to evaluate a postfix expression is____
A
queue
B
stack
C
array
D
linked-list
Correct Answer: stack
The postfix notation is used to represent algebraic expressions stack is used to evaluate a postfix expression.