Declaring a variable name, how much (if at all) impact does the length of its name have to the total memory of the application? Is there a maximum length anyway? Or are we free
MSVC++ truncates variable names to 255 characters. Variable name length has no impact on compiled code size.