Blog 4 Beit
Blog for Beginners Info...
Friday, January 20, 2012
simple calculation in c program
#include<stdio.h>
void main()
{
int m,a,f;
m=5;
a=10+5*6;
f=m*a;
clrscr();
printf("\n%3d",f);
getch();
}
Newer Post
Older Post
Home