Keywords/Reserved words in C

Every programming language consists of keywords. Some time those are called as reserved words. Every keywords is having a specific meaning and use. Accourding to principles of programming languages too less keywords programming language is not good and also too many keywords language is not good as the developer has to remember all the keywords. In C language there are 32 Keywords present those are

auto int short long
double float if else
while for switch break
continue static void extern
register structure union return
case goto char const
default signed unsigned volatile
enum sizeof typedef do