Pointers (Picture 1)
•Pointer is a memory cell or a register that contains the address of another memory cell. Has its own address (as any memory cell)
•Another name: Indirect address (vs. direct address, the address of memory cell). Another level of indirection
•Levels of indirection: pointer to a pointer
•   (Memory cell or register that contains the address of another memory cell that contains the address of another memory cell)