DEV Community

Vinoth Kumar
Vinoth Kumar

Posted on

KEYWORD IN PROGRAMMING

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 :

  1. Reserved.
  2. Case-sensitive.
  3. Fixed meaning.

Top comments (0)