This is a C Program to calculate thesimple interest. This C Program calculates the simple interest given the principal amount, rate of interestand time. The formula to calculate thesimple interest is: simple_interest = (a* r * t) / 100 where a is principal amount, t is time & r is rate of interest.
learn c language click here-#learningcwithprogramming