Predict the output of the following code:
#includestdio.h

int main() {
int m=300;
printf("%d%d%d%d%f",++m,--m,--m,++m,++m);

return 0;
}

Posted on by