Lab 1 Write code for Infix to postfix conversion by using stack (The code should be able to treat with parenthesis, braces and at least the following operators: + -, X, / mod 2. Write code for Postfix expression evaluation by using stack 3. all document for the above codes
Lab 1 1. Write code for Infix to postfix conversion by using stack (The code should be able to treat with parenthesis, braces and at least the following operators: +, −, ×, /, mod). 2. Write code for Postfix expression evaluation by using stack. 3. All document for the above codes