A memory address describes the location in memory where a given variable or identifier stores data.
The null address is 0x0000 and represents an empty value. Trying to dereference this address with throw an error as it doesn't exist.
0x0000