Predict the output
#includestdio.h
int main()
{
unsigned int i=400;
while(i++!=0);
printf("%d",i);
return 0;
}
Assuming the size of an unsigned int is 4 bytes

Posted on by