logoalt Hacker News

j1elotoday at 7:58 AM2 repliesview on HN

A nitpick to your nitpick: they said "memory location". And yes, a pointer always points to a memory location. Notwithstanding that each particular region of memory locations could be mapped either to real physical memory or any other assortment of hardware.


Replies

peterfireflytoday at 9:26 AM

No. Neither in the language (NULL exists) nor necessarily on real CPUs.

show 1 reply
kevin_thibedeautoday at 1:38 PM

You can point to a register which is certainly not memory.