Hello, I would like to know this:
Let's assume I let system allocate memory for an array e.g. MyArray. How then computer knows when I use this MyArray variable where to look? How are these named variables managed at low level?
In short I want to know the relation between defined variable and physical address in memory.
I hope you can understand as this is little cumbersome explanation I couldn't find better words.