Noob syntax question re: variables


i'm new programming side of things.  so after reading variables should named person can consume easily, wondering...   verbosity of variable names matter once code compiled?   in other words, long variable names take more memory space in program short ones?

for example:

byte myvar = 1;
or
byte myveryusefullydescriptivevariablename = 1;

thanks!

i think not.

it's alias actual variable (adress in ram) compiler translates in appropriate machine instructions when compiling.  :)


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Noob syntax question re: variables


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums