Predict the output of the following code
#includestdio.h
int main( )
{
int i;
for(i=0;i=6;i++)
Printf("%d",i);
return 0;
}

Posted on by