Feb 2, 2013

The Series Program

/*The Series Program*/

#include"stdio.h"
#include"conio.h"
#include"math.h"
void main()
{
clrscr();
int i;
printf("The series is=");
for(i=1;i<=50;i++)
printf("\t%d",i);
getch();
}

No comments:

Post a Comment

Thank you for visit this site. You will get many programming news from here and learn programming very easily.

Popular Posts