%p.

Pointers is an address of a variable.

Pointer variable stores the address of an object.

*P = &n

Pointers take up more space - they use 8 bytes.