Consider the following code: int *p;void fun( ){static int x = 1;static int y = 2;x = x + y;y = x - y; p = &x;}void main( ){fun( );fun( );printf ("%d", *p);}
Using the terms given below form the sets of like terms: