C Language Keywords with Examples
Keywords are the reserve words of a language. You can use a keyword for its defined purpose only. There are 32 keywords in C language. All the keywords in C language have some predefined meaning. You can not use this keywords other than their defined purposes.
C Language Keywords
auto
break
continue
for
while
do
if
struct
volatile
union
enum
extern
static
switch
case
typedef
goto
int
float
char
double
long
unsigned
signed
const
default
register
short
return
sizeof
void