What are the keywords in the “C” programing language?
Keywords in "C" programing language
- Keywords are the special words in a program that works a specific task to the whole program.
- It is also called reserved words.
- The reserved words that predefine by the compiler you have purchase or download.
- Reserved words means that store or reserve a specific function for the whole program and when you apply in the program it works as globally or locally on the variable.
- Keywords can effects the program as dynamic program or constant result.
- It can increase the value of the variable which you had placed above your program’s statements. Such as you can place integer for “int” and then you can use “long” in the declare line statement of the program structure.
- It may be called data type in the program.
- There are approximately 31 keywords in the “C” programing language.
No comments:
Post a Comment