Multiple choice

The identifiers which can not be used as names of variables or other user defined elements are called

  1. keywords

  2. constants

  3. tokens

  4. operators

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

Keywords are reserved words in a programming language that have a predefined meaning and cannot be used as identifiers for variables, functions, or classes.