#includestdio.h#includestdlib.hint main(){ int x, y ; printf("Enter two number:"); scanf("%d %d", &x, &y); printf("%d", x+(~y)+1 ); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login