Hacker News new | ask | show | jobs
by vacuity 881 days ago
A very simplified and possibly wrong answer: memory in C is a bunch of arrays of bytes that have lots of rules on when and how you can use a particular array given the state of all relevant arrays.