| Current Path : /var/www/html/venkat/old/ |
| Current File : /var/www/html/venkat/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;}
~ }