Predict the output:
#includestdio.h

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

return 0;
}

Posted on by