FINISH THIS PROJECT IN C.
Enter the Infix formula on the monitor
Convert internally to postfix formula and print results
Each time you process an input for calculating using a stack,print out the contents of the stack and show the process.
The formula accepts the four arithmetic operation, indices, andparentheses
But Exponential operator obey right associative
e.g. 2^3^4=2^(3^4)
Enables repeat processing.
![Project Outline void main(void) char iexp [MaxExpLength], pexp [MaxExpLength] int length: for() Readinfix(iexp, &length, &numOp, OpTab,); ConvertToPostfix(iexp, pexp, &length,); for(:) ReadOpValue(OpTab, numOp,); EvaluatePostfix(pexp, &length, OpTab); 2018-10-01 Weiss, Data Structures &Algs 67](https://media.cheggcdn.com/media%2F94e%2F94e9a265-4e12-431a-b200-af84e5e43bd7%2FphpOeaUaA.png)
Project Outline void main(void) char iexp [MaxExpLength], pexp [MaxExpLength] int length: for() Readinfix(iexp,
PayPal Gateway not configured
PayPal Gateway not configured