#includestdio.hmain () {int x = 100; printf("%d\n", 10 + x++); printf("%d\n", 10 + ++x); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login