Hi There,
The meaning of Keyword is A Word of Great Significance, These are special kind of words which are reserved for a special use case. C Programming has 32 keywords.
The meaning of Keyword is A Word of Great Significance, These are special kind of words which are reserved for a special use case. C Programming has 32 keywords.
Lets see them
Keywords | |||
---|---|---|---|
auto | double | int | struct |
break | else | long | switch |
case | enum | register | typedef |
char | extern | return | union |
const | float | short | unsigned |
continue | for | signed | void |
default | goto | sizeof | volatile |
do | if | static | while |
All of them are reserved in C programming , One while writing a C Program cannot use them for declaring custom variables or function names or any data structures like array or struct.
We will dive deeper for the following in the Upcoming Blogs, That's it for now.
Stay Connected For More!
Stay Connected For More!
Follow us on the following platforms:
Facebook at: facebook.com/Code-Forum-Blogs-627758557362138
Google+ at: plus.google.com/u/0/109055425984087943391
Medium at: medium.com/@codeforumblogs
For Queries , Questions and Recommendations mail us at:codeforumblogs@gmail.com
Comments