Input for this calculator are normal C expressions containing operators, float or integer constants, variables. Precedence and semantic of operators is the same as in C language.
#define MAXOP 100 /* max size of operand or operator */ ...