What are keywords ? Can keywords be used as identifiers ?
Answers
Answered by
12
Answer:
Keywords are predefined, reserved words used in programming that have special meanings to the compiler. Keywords are part of the syntax and they cannot be used as an identifier.
Answered by
6
Answer:
Keywords are predefined, reserved words used in programming that have special meanings to the compiler. Keywords are part of the syntax and they cannot be used as an identifier.
Similar questions