Thread
:
[SOLVED] I have a doubt in C language, ie on for looping. please want answer for one
View Single Post
#
3
(
permalink
)
06-10-2007, 05:16 PM
AboniL
Posts: n/a
always try to do your class assignments by yourself, it will be good for you in the long run.
for(j=0;j<4;j++)
{
k=7;
for(i=0;i<k;i++)
{
printf("*");
}
printf("\n");
k--;
}
__________________
AboniL