This is a simple program that converts infix expressions to prefix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.
javascript js prefix math-expression infix infix-to-prefix prefix-convert prefix-conversion infix2prefix prefix-converter
-
Updated
Dec 2, 2022 - C