CC_Lab_Sem7

Lab 01

Assignment Exercises

Write an infix to postfix converter in C/C++/Python. The converter must handle at least +, -, *, /, %, = and parentheses.

Generate the quadruple table for the given infix input.