25 pointer #include< stdio.h >main(){int **p,*a,b=1;a=&b;p=&a;printf("%d",*p);} Output-14-14 is address of 'a' Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts71455162pointer operation with &,*65