C Language Character Set
A character denotes any alphabets, digits or special symbols used to represent information.
Following table shows the valid character set allowed in C :
Alphabets | A, B, ...., Y, Z a, b, ...., y, z |
Digits | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
Special Symbols | ~ ‘ ! @ # % ^ & * ( ) _ - + = | \ { } [ ] : ; " ’ < > , . ? / |
ADVERTISEMENT