What output does this loop statement gives?
for (a=1; a=5; i++) 
{
for (b=1; b=a; b++)
printf("%d",b);
printf("\n");
}

Posted on by