Predict the following output..

#includestdio.h

int main()
{
int m=0;
while(m=0)
{
printf("%d",m);
m--;
}
return 0;
}


Posted on by