e.g.
int a=3;//-----------------------(1)
and
int a_long_variable_name_used_instead_of_small_one=3;//-------------(2)
In modern compilers the name of a variable does not impact the amount of space that is required to hold it in C++.