hacktoberfest
hacktoberfest copied to clipboard
C program that evaluates a postfix expression
The program evaluates given prefix expression using a stack. The program assumes that each operand is a single digit integer.