Multiple choice

___ are words that a programming language has set aside for its own use

  1. Reserved Keys

  2. Controlled words

  3. Reserved words

  4. Control Structures

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Reserved words (or keywords) are predefined identifiers in a programming language that have a specific meaning to the compiler or interpreter and cannot be used as variable names or identifiers.