Keywords in C Language


Keywords
A keyword is a special word that has a special meaning in the ‘C’ language and defined. We cannot change the meaning of those keywords. ‘C’ language provides the following different keywords as follows.
auto     
 double     
                    
 int                   
struct                           
break              
 else           
 long  s
witch                         case                 enum               register           typedef           char         extern return                    union              const               float                short               unsigned
continue          for                   signed                         void                 default                        goto
sizeof               volatile              do                  if                      static               while

Followers