I have the following piece of code.
int a = 10, b = 20; int *x, *y, *z; int **pp; int arr[3] = { 5, 13, 29 }; x = &b; pp = &y;