DataStructures / Data structures Interview questions
What is a postfix expression?
An expression in which each operator follows its operand is known as postfix expression. The main benefit of this expression is that there is no need to group sub-expressions in parentheses or to consider operator precedence.
More Related questions...