void main() { int a,b,x,y,p; a = (&x); b = (&y); (*p) = x; y = (&p); }