What is the output of below code snippet
#includestdio.h
void main()
{
while(1)
{
if(printf("%d",printf("%d")))
break;
else
continue;
}
}


Posted on by