# include stdio.h int p[]={1,2,3}; main() { int *r; r=p; r+=3; printf("%d",*r); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login