paranthesis

  1. shoegoe

    How to print an equation in order of precedence of operators

    Hey all ^_^ Am... I need a logic and/or some kind of help to code a c program which accepts a numeric equation and prints it step by step in order of precedence.. Eg: the c program should accept any equation like : 5+(5-3)*6%10/6++ ie the equation may cointain +,-,*,/,%,++,-- and...
Top Bottom