#includestdio.hvoid main(){ char a = 'a', b = 'b'; char c=a++; { c = c--; printf("%c ", c); } printf("%c", c);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login