This is a simple calculator written in C language and works under DOS Command prompt. The calculator performs all the basic arithmetic operations including addition, subtraction, trigonometric calculations, and many other functions. It can also calculate logarithms, powers, and roots of integer numbers.

To understand this calculator C program, you should have the knowledge of following C programming topics:

Simple Calculator C Program