Monday 27 August 2012

#include | #include | clrscr | getch | printf

#include<stdio.h>
#include<conio.h>
void main()
{
int i,l,p=1;
clrscr();
for(i=1;i<=5;i++)
{
for(l=1;l<=i;l++)
{
printf("%4d",p);
}
p++;
printf("\n");
}
getch();
}
Share This
Previous Post
Next Post

FYJC XI standard online admisson Process and declaraton of Merit list . Cut off List For prevous year also . 10 Th Results onlne declaraton Maharashtra Region .

0 comments: