1. Program to print name four times using while loop
#include < stdio.h >
main()
{
int count = 1;
while(count <= 4 )
{
More..
2. Program to calculate Simple Interest
#include < stdio.h >
main()
{
int princ, time, rate;
int result;
printf("Enter Principal amount:\n");
scanf("%d",&princ);
More..
3. Program to calculate Simple Interest
#include < stdio.h >
main()
{
int princ, time, rate;
int result;
printf("Enter Principal amount:\n");
scanf("%d",&princ);
printf("Enter time:\n");
More..
4. Program to print Banner
#include < stdio.h >
main()
{
system("clear");
printf("WELCOME TO EPISTME SOFT\n");
More.
All programs at below link
http://www.epistemesoft.com/Articles.aspx
#include < stdio.h >
main()
{
int count = 1;
while(count <= 4 )
{
More..
2. Program to calculate Simple Interest
#include < stdio.h >
main()
{
int princ, time, rate;
int result;
printf("Enter Principal amount:\n");
scanf("%d",&princ);
More..
3. Program to calculate Simple Interest
#include < stdio.h >
main()
{
int princ, time, rate;
int result;
printf("Enter Principal amount:\n");
scanf("%d",&princ);
printf("Enter time:\n");
More..
4. Program to print Banner
#include < stdio.h >
main()
{
system("clear");
printf("WELCOME TO EPISTME SOFT\n");
More.
All programs at below link
http://www.epistemesoft.com/Articles.aspx
No comments:
Post a Comment