answersLogoWhite

0

What is meant by identifier?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

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.

User Avatar

Wiki User

15y ago

What else can I help you with?