Assignment 1

Opened: Wednesday, 9 August 2023, 12:00 AM
Due: Wednesday, 30 August 2023, 12:00 AM

Due date: 30 august, 2023

Topic:
1. Apply infix to postfix operation using stack on the following expression: (A+B/C)*A-D/B+A^C*B^D*A-C
2. Evaluate the postfix output using stack  where A=2, B=4, C=1 and D=1.