Identifiers
Identifiers are names given to objects (variables and functions).
Two types of identifiers: standard and user-defined.
Standard identifiers are predefined names, like printf and scanf. They may be redefined, but preferably not.
User-defined identifiers are created by programmers to name variables and functions.