Eroxl's Notes
Memory Address

A memory address describes the location in memory where a given variable or identifier stores data.

Special Addresses

NULL Address

The null address is 0x0000 and represents an empty value. Trying to dereference this address with throw an error as it doesn't exist.