#include<stdio.h>
#include<conio.h>
void main()
{
int i;
i=20;
while(i<=100)
{
printf("%d",i);
i=i+1;
}
}
#include<conio.h>
void main()
{
int i;
i=20;
while(i<=100)
{
printf("%d",i);
i=i+1;
}
}
Copyright © 2010 C Programs
Icons & Wordpress Theme by N.Design | Blogger Templates by Blog and Web
0 comments: (+add yours?)
Post a Comment