Skinpress Rss

Sunday 19 August 2012

BASIC ARITHMETIC CALCULATIONS

0


BASIC ARITHMETIC CALCULATIONS ‘C’ PROGRAM:

# include <stdio.h>
# include <conio.h>
main()
{ int a,b,c,d,e,f;
clrscr();
printf("enter a&b:");
scanf("%d%d",&a,&b);
c=a+b;
d=a-b;
e=a*b;
f=a/b;
printf("value of c,d,e,f,%d\t%d\t%d\t%d",c,d,e,f);
getch();
return 0;
}


BY CREANOVA ENGINEERS www.creanovaengineersin

0 comments:

Post a Comment

Links

Comments

Featured Post 6

Sponsors

Text

A Bit About Me

My Photo
In this site we are introducing creating new products and updating the current status about the engineers. We are trying to make new universe…

Follow this Blog