huckleberry% cc rec_stack.c
huckleberry% 

huckleberry% a.out
Size of double = 8

main:  Address of x = 2147462880, of y = 2147462872
n = 1: Address of n = 2147462840, of x = 2147462832, of y = 2147462824

main:  Address of x = 2147462880, of y = 2147462872
n = 3: Address of n = 2147462840, of x = 2147462832, of y = 2147462824
n = 2: Address of n = 2147462784, of x = 2147462776, of y = 2147462768
n = 1: Address of n = 2147462728, of x = 2147462720, of y = 2147462712

main:  Address of x = 2147462880, of y = 2147462872
n = 5: Address of n = 2147462840, of x = 2147462832, of y = 2147462824
n = 4: Address of n = 2147462784, of x = 2147462776, of y = 2147462768
n = 3: Address of n = 2147462728, of x = 2147462720, of y = 2147462712
n = 2: Address of n = 2147462672, of x = 2147462664, of y = 2147462656
n = 1: Address of n = 2147462616, of x = 2147462608, of y = 2147462600

huckleberry% 
