what will be the postfix expression for following infix expression b*c+d/
Answers
Answered by
0
Ch Stack Output
- b b
- * * b
- c * bc
- + + bc*
- d + bc*d
- / +/ bc*d
- bc*d/+
Postfix Expression is : bc*d/+
Similar questions