main() { char x [10], *ptr = x; scanf ("%s", x); change(&x[4]); } change(char a[]) { puts(a); } If abcdefg is the input, the output will be
Not registered? Create an account
Forgot Password?
Already a registered user? Login