C Program to Calculate the Compound Interest

preview_player
Показать описание

In this program we take input for Principal amount, rate of interest and time period from the user, and then calculate Compound Interest for those values.

Yearly Compound Interest Formula
Half-Yearly Compound Interest Formula
Quarterly Compound Interest Formula
Monthly Compound Interest Formula

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

Thanks for making this video. Actually I forgot to write #include<math.h> That's why the pow function wasn't running that time.

arkajitthakur