KEYWORD :
A reserved word in a programming language that has a predefined meaning and cannot be used for any other purpose.
FOR EX:
- naming variables or functions.
- Keywords form the basic building blocks of a program’s syntax.
CHARACTERSTICS OF KEYWORD :
- Reserved.
- Case-sensitive.
- Fixed meaning.
Top comments (0)