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...

16th Aug 2018, 6:34 PM
deepak kumar
deepak kumar - avatar
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...
16th Aug 2018, 6:37 PM
Harsh