Keyword:
The words that are used by the language for special purpose are called keywords.These are also called reserved words
For example:
C++ programming the word main is used to indicate the starting of program ,include is used to add header files,int to declare an integer type variable. All these words are keywords of c++
The keywords cannot b used as variable names in a program.
The words that are used by the language for special purpose are called keywords.These are also called reserved words
For example:
C++ programming the word main is used to indicate the starting of program ,include is used to add header files,int to declare an integer type variable. All these words are keywords of c++
The keywords cannot b used as variable names in a program.
Comments
Post a Comment