Introduction - If you have any usage issues, please Google them yourself
Design a lgorithm that will generally arithmetic expression into a reverse polish expression, and the value of reverse polish expression. Can realize the+,-,*,/and (), such as 6+* 3+ 10/2 (7-1).Using C language implementation.