C language Keywords
Keywords
C has 32 keywords (reserved words with special meaning). Keywords are predefined words with special meanings to the compiler, and they are part of the syntax and cannot be used as identifiers in the program. The keywords in C are:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
Keywords
C has 32 keywords (reserved words with special meaning). Keywords are predefined words with special meanings to the compiler, and they are part of the syntax and cannot be used as identifiers in the program. The keywords in C are:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while