0
Why variable is not start with digit.
in any language why variable name is cannot starts with digit.what is the problem... can any one tell pls...
1 Resposta
0
when will a variable starting with number be parsed to be identified as a variable by the compiler?
the compiler will do harakiri trying to figure out whether 55 is a variable or a constant
tldr; because an integer can be a constant...