Computer Science, asked by kirankumar20004, 2 months ago

what is a keyword.give examples​

Answers

Answered by adilshaikh801
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