Saturday, 17 September 2011

Episode 2 : Variable, Data Type

Keyword and Identifiers

Every C word is classified as either a keyword or an identifier. All keywords have fixed meaning and these meaning cannot be changed. Keywords serve as basic building blocks for program statements. Identifiers refer to the names of variables, functions and arrays. These are user defined names and consist of a sequence of letters and digits, with a letter as a first character.

C has 32 keywords. Keyword are given bellow :

auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
stuct
switch
typedef
union
unsigned
void
volatile
while

Written by “Shojib”

No comments:

Post a Comment