3,260 views

1 Answer

Best answer
14 votes
14 votes

When we evaluate a given postfix expression, then we only push the operands into the stack but not any operator. So, the stack used in postfix evaluation called operand stack.

When we convert an infix notation into postfix notation, then we only push the operators into the stack but not any operand. So, stack used in the conversion from infix to postfix is called operator stack.

selected by

Related questions

0 votes
0 votes
0 answers
1
4 votes
4 votes
2 answers
3
0 votes
0 votes
1 answer
4