Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/old/old/
Upload File :
Current File : /var/www/html/venkat/old/old/lit2015043_1.c

#include <stdio.h>
int main ()
{
int lower,num,i, upper;
printf ("give the range of numbers");
scanf ("%d%d=",&lower,&upper);
for(i=lower;i<=upper;i++)
 if (lower%num==0)
printf ("%d",lower);
for (num=2;num=lower; num++)

return 0;}
~                }