32 Keywords of C

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.

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!


Follow us on the following platforms:

     Twitter  atcfb.twitter.com
     Medium atmedium.com/@codeforumblogs
     

     For Queries , Questions and Recommendations mail us at:codeforumblogs@gmail.com

Comments

Popular Posts