42 pointer int main(){int *a=(int *)2000;*a=1;a++;printf("%d",*((int *)2000));}Output:1 Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts424045314445