Variable names
dk_akj
Posts: 37
Hi,
Maybe a stupid question but here it comes.....
Does this:
MyTemporaryVariable·· Var··· Byte
use more momory than:
MTV·· Var··· Byte
??
Regards
Akj
·
Maybe a stupid question but here it comes.....
Does this:
MyTemporaryVariable·· Var··· Byte
use more momory than:
MTV·· Var··· Byte
??
Regards
Akj
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
USB-powered Stamp Board
http://hometown.aol.com/newzed/index.html
·
These two statements should take up the same amount of space. I'll leave the subject of compilers, tokens, symbol tables, etc. as an exercise for the reader <g>, but suffice it to say that both lines just tell the compiler to set aside a byte of space to be used later.
HTH
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I used to be different, but now I'm the same...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Thanks for the answers.
Regards
akj