Multiple choice ___ are words that a programming language has set aside for its own use Reserved Keys Controlled words Reserved words 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.