The following C Program is to Calculate Compound Interest.In this, p is principal amount, t is time, r is rate of interest and amt is total amount and ci is compound interest #include<stdio.h> #include<conio.h> #include<math.h> void main()
The following C Program is to Calculate Compound Interest.In this, p is principal amount, t is time, r is rate of interest and amt is total amount and ci is compound interest #include<stdio.h> #include<conio.h> #include<math.h> void main()