Saturday 1 October 2011

c keywords

Key words are the words whose meaning has already been explained to the c compiler.The key words cannot be used as variable names.

There are only 32 key words available in C.They are:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
far
for
goto
if
int
long
near
register
return
short
signed
static
struct
switch
typedef
union
unsigned
void
while

No comments:

Post a Comment