what is a keyword.give examples
Answers
Answered by
0
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.
Explanation:
. For example: int money; Here, int is a keyword that indicates money is a variable of type int (integer).
Similar questions