Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 257 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 257 Bytes

Infix notation to prefix or postfix notation

This program allows the user to convert an arithmetic expression in infix notation, to prefix or postfix notation. The expression can contain only numbers, +, -, *, /, (, ).

This program is written in ANSI C.