Whether variable name in any programming language takes memory space

e.g.

int a=3;//-----------------------(1)

and

int a_long_variable_name_used_instead_of_small_one=3;//-------------(2)

out of (1) and (2) which will acquire more memory space or equal space would be aquire?

6
задан Bill the Lizard 6 December 2012 в 18:08
поделиться