Sunday 24 October 2010

Character set

Character set are the set of alphabets, letters and some special characters that are valid in C language.
Alphabets
Uppercase: A B C  ....................................  X Y Z 
Lowercase: a b c  ......................................  x y z
Digits:
0 1 2 3 4 5 6  8 9
Special Characters
, < > . _ ( ) ; $ : % [ ] # ? ' & { } " ^ ! * / | - \ ~ +

White Space Characters:
blank space, new line, horizontal tab, carriage return and form feed

Next  C Tokens

No comments:

Post a Comment