What is the output of the code?

#includestdio.h
void main()
{
int i,n;
for(i=0;in;i++)
printf("hello world!");
}

Posted on by