Character set used in C
A character set in C contains any alphabet, digit or special symbols used to represent information. Following table shows the valid alphabet, numbers and special symbols allowed in C.
| Alphabets | A,B,C…………Z. a,b,c………….z |
| Digits | 0,1,2,3,4,5,6,7,8,9 |
| Special symbol | ~,!,@,<,>,=,+,? etc |
Post a Comment