C Character Set
C Character Set
CHARACTER SET
www.btechsmartclass.com
What is C Character set?
1
What does C Character Set contains?
Alphabets
- C Language supports all alphabets of English. It supports
both UPPERCASE & lowercase letters
Digits
- C Language supports 10 digits to construct numbers. Those
10 digits are 0,1,2,3,4,5,6,7,8,9
Special Symbols
- C supports a rich set of special symbols that include symbols
to perform mathematical operations, condition checking,
white space, back space, etc… 2
Commonly used Special Symbols with ASCII Values
3
Note
- In C Programming Language, the character set follow ASCII
(American Standard Code for Information Interchange) code
text format.
4
For more information please visit www.btechsmartclass.com