Saturday 27 April 2013

Simple calculator in C using strings

You can download the flow-chart pseudo code and the c program from the link given below.
calculator_in_C

This program performs the simple functions of

1. addition
2. subtraction
3. multiplication
4. division.
5. remainder
6. expression evaluation including parenthesis(highest precedence) and precedence from left to right

No comments:

Post a Comment