answersLogoWhite

0

A label is simply a user-defined name that appears on its own line and is followed by a colon. Labels are used with goto statements. Labels are also used with switch statements, where each case label is an unique label that represents the result of the expression evaluated by the switch statement. Labels are ignored by the code that immediately precedes them, they are only used to mark the address of the code that immediately follows.

User Avatar

Wiki User

11y ago

What else can I help you with?