This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
-
Updated
Dec 2, 2022 - C
This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
Add a description, image, and links to the prefix-evaluation topic page so that developers can more easily learn about it.
To associate your repository with the prefix-evaluation topic, visit your repo's landing page and select "manage topics."