Mind42 lives from advertising revenue.
Please enable advertisements or get an ad-free account.
Sign up or sign in to like or comment on this mind map

C Keywords and Identifiers - Codiens

444 views 0 likes
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.
https://codiens.com/c-keywords-identifiers/