What is the output of the following simple code:
#includestdio.h

int main() {
int i;
for(i=50;i40;i++);
printf("%d",i);

return 0;
}

Posted on by