identifiers
- identifiers are the names used for variables.types function and label in program
- they must differ in spelling and case from the keywords
- these are created by specifying it in the declaration of a variable type or function
- first character must be alphabet
- must consists of only letters,digit,underscore
- only first 31 characters are significant
- cannot use a keyword
- must not contain white space
No comments:
Post a Comment