The following is a Reverse Polish Notation (RPN) calculator that utilizes a stack, implemented in C.
Primary LanguageC