Computer Science, asked by subrahmanyaprabhu06, 4 months ago

mention any one keyword ?

Answers

Answered by JindJaan01
3

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. For example: int money; Here, int is a keyword that indicates money is a variable of type int (integer).

Similar questions