What is the output of the following program?

int main()
{
int i;
for(i=1;i7;i++);
printf("%d",i);
i=9;
main(i);
}





Posted on by