Predict the output of the following code
int main()
{
int n=0;
while(nprintf("run\n"))
{
n++;
}
return 0;
}

Posted on by