Vead, as you're aware, a variable is a name given to a place to store a value.
That name is only important to you. When the program is compiled, that name essentially disappears, and the program works with the storage location.
There are multiple types of "locations", but let's keep it very...