This is a C Program to calculate the simple interest. This C Program calculates the simple interest given the principal amount, rate of interest and time. The formula to calculate the simple interest is: simple interest = (a* r * t) / 100 where a is principal amount, t is time & r is rate of interest.