Keywords in C

Keywords in C Language

The Keywords are the reserved words in C.

These keywords are cannot be changed.

These Keywords have some special meaning and these meaning already defined in the C-Compiler.

Let's See -
C Keywords
auto double int struct
break else long switch
case enum register typedef
char extern return union
continue for signed void
do if static while
default goto sizeof volatile
const float short unsigned

Please refer this for More Inforation about this keywords

Previous Post
Syntax of C Program
Next Post
Keywords in Details

Comments

Popular posts from this blog

Syntax of C Program

C Programming - The First Program