This is all about stacks.I would like to convert infix expression to postfix expression and evaluate this with 2 function like, string Infix2Postfix(string& s) and int E