Learn with Vikas Suhag
VR Indian Wanderers Learn with Vikas Suhag Govt Jobs Free Chart Maker Stock Trekker Youtube Instagram RSS Feed
Program to calculate the simple interest in C Language
Nov 26, 2021   Vikas Suhag

Program to calculate the simple interest in C Language

// program to calculate the simple interest
#include<stdio.h>
void main()
{
int p,n,r,si;
printf("enter value of p,n,r");
scanf("%d%d%d",&p,&n,&r);
si=p*n*r/100; // arithmetic expression i.e. combination of operators and operands
printf("simple interest is =%d",si);
}


Leave a Comment

* Email will not be published.
All comments are only visible after approval.
Most Viewed articles
Travel Blog - VR Indian Wanderers
VR Indian Wanderers
Govt. Jobs Portal
Govt. Jobs Portal
Free Chart Maker
Make free animated Charts from .CSV
Search
Youtube Channel
Subscribe to Email Updates
Connect With Us
VR Indian Wanderers Learn with Vikas Suhag Govt Jobs Free Chart Maker Stock Trekker Youtube Instagram RSS Feed
© 2025 Learn with Vikas Suhag. All Rights Reserved.