C Language Keywords
Keywords for C
The following list contains the keywords for C language. Those words are reserved by C program language and we cannot use them as variable names.
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