C Keywords - C tutorials
C KEYWORDS
Every language has terms that are used to build statements, and C programming is no different. Words with specific meanings are used to build c program instructions. Key phrases having predetermined meanings are known as keywords in the C programming language. The reserved words in the C programming language are another name for keywords.
KEYWORD ARE RESERVED WORDS THAT ARE ALREDY KNOWN TO COMPILER.
EACH KEYWORDS HAS IT'S OWN MEANING AND IMPORTANCE....
C tutorials - Specifications of Keywords :
The C programming language defines every keyword as a lowercase letter, therefore they can only be used in lowercase letters.
Every keyword has a distinct meaning, which users cannot alter.
In user-defined names for variables, functions, arrays, pointers, etc., keywords cannot be used.
Every keyword in the C programming language either specifies an action to be taken by the compiler or symbolises something.
💥THERE ARE 32 KEYWORDS AVAILABLE IN C...
keywords |
#programmers
all keywords are mentioned above......
Post a Comment