Programming means naming things and assigning meaning to data. In C, this begins with variables, their types, and the rules for naming them. Identifiers are the names we give to things in code: ...