What is meant by identifier?
An identifier is the friendly name used by the compiler to
represent the location of an object in memory.
You could say *0x1234 = *0x3464 + *0x9587, or you could say A =
B + C, given that A, B, and C, had those addresses. A, B, and C are
identifiers in this example.