memory addresses

where is addresses(what kind of memory) like this one "df605d50".
I want to print address of locan variable:

printf("&i - %p", &i);

and I have

&i - df605d50.