Programming in C: Unit I (b): Introduction to C

Keywords

C Program

Like every computer language, C has a set of reserved words often known as keywords that cannot be used as an identifier.

KEYWORDS

Like every computer language, C has a set of reserved words often known as keywords that cannot be used as an identifier. All keywords are basically a sequence of characters that have a fixed meaning. By convention all keywords must be written in lowercase (small) letters. Table 2.2 shows the list of keywords in C.

When you read this book, the meaning and utility of each keyword will become automatically clear to you.

Programming in C: Unit I (b): Introduction to C : Tag: : C Program - Keywords