#identifiersinc
Explore tagged Tumblr posts
codiens2 · 4 years ago
Photo
Tumblr media
C Keywords and Identifiers - Codiens
Keywords are the reserved words of programming languages which has a specific feature associated with them. The meaning of these reserved words has already been explained to the C compiler. So that’s why we can’t use these words as a variable or an identifier name.
All those words that help us use the C programming functionality are included in the list of keywords. 
There are a total of 44 keywords in C11. Starting 32 keywords of C11 are taken from ANSI C and 5 keywords from C99. 
There are 7 more keywords added to the C language. (C89 –> 32, C99 –> 5, C11 –> 7)  Read more.
2 notes · View notes
ezedchannel-blog · 7 years ago
Video
youtube
C Tokens - C Programming - Basics - Identifiers - Constants - Keywords ...
0 notes