Hi there, I'm just a hobby programmer and would like to know if the length of a variable (meaning, if the variable consist of one letter or lets say ten) makes a difference to the used up memory space.
I'm using discriptive names as variables for an easier allocation, but as the project is growing, the available memory space is shrinking...and if longer names use up more memory, I have to use a different method to save some space...
thx & regards