e.g.
int a=3;//-----------------------(1)
and
int a_long_variable_name_used_instead_of_small_one=3;//-------------(2)
compilers are there for a reason... They optimize code to use a little space as possible and run as fast as possible especially modern ones.