#include stdio.hint main(){ int a,b; int *p1,*p2; p1=&a; p2=&b; p1++; if(p1==p2) printf("You are pointing to the same house-- %d\n",*p1); else printf("You are lost."); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login