C - Keywords

A Keyword is a reserved word whose meaning has already been explained to the C Compiler. There are only 32 keywords available in C Language.

C-Language Keywords are:
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

C Language Feedback, Questions, Suggestions, Discussion.