Thursday, April 16, 2009

c programs

#include
main()
{
int a,b,c;
printf("enter a,b values");
scanf("%d%d",&a,&b);
}