e.g.
int a=3;//-----------------------(1)
and
int a_long_variable_name_used_instead_of_small_one=3;//-------------(2)
In most interpreted languages, the name would be stored in a table somewhere in memory, thus taking up different amounts of space.