<<< Declaration Initializers | Index | Variable Name Examples >>> |
Name (identifier) consists of
letters ABC... abc...
digits 123...
underscores _
first character must be letter or underscore
distinct UPPERCASE and lowercase letters
no keywords: const, return, double, int, etc.
<<< Declaration Initializers | Index | Variable Name Examples >>> |