main () { int x; x = 4 % -5 + 6 % 5; printf("\nx = %d", x); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login