Identifiers


Identifiers are the names we give things in our program. These things can be functions or special locations in memory where data is stored. There are certain rules which must be followed for identifiers:

Rules for identifiers

Conventions for Identifiers

The following are not rules for identifiers but they are the conventions that practically all programmers follow when creating identifiers.