Predict the output
#includestdio.h
int main()
{
int a=5;
while(a0)
{
printf("%d",a);
}
return 0;
}


Posted on by