Every word in C language is a keyword or an identifier. Keywords in C language cannot be used as a variable name. They are specifically used by the compiler for its own purpose and they serve as building blocks of a c program.
The following are the Keyword set of C language.
auto ,else ,register ,union
.break .enum .return ,unsigned
.case .extern .short .void
.char .float .signed .volatile
.const .for .size of .while
.continue .goto .static .
.default .if .struct .
.do .int .switch .
.double .long .typedef .
Wednesday, May 13, 2009
Keywords and Identifiers
Labels:
auto,
c training,
case,
character set,
Constrant,
download source code,
enum,
extern,
float,
for,
return,
short,
signed,
sizeof while continue,
special character,
unsigned,
valatile,
void
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment