➜
KUMAR SHIVAM
Explain Conversion to Infix expression to Postfix expression
Data Structures and Algorithms
Answer in Short
Normally you will code your expressions in the programmes using infix notation, but compiler understands and uses only postfix notation and hence it has to convert infix notation to post fix notation
Explanation
1349
0
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 2
<p>Define stacks. Explain various operation of stacks ? </p>
<p>Define stacks . Explain implementation of stacks ? </p>
<p> Explain Applications of Stack ? </p>
<p>Explain briefly Infix expression, Polish Notation and Reverse Polish Notation ?</p>
<p>Define Evaluation of Postfix expression. Explain algorithm and example for it ? </p>