1.16 The C Character Set or Characters of lexical set
The C Character Set or Characters of lexical set: - Character set is a set of alphabets, digits and some special characters that are valid in C language. A program requires all these when designing it. Alphabets Uppercase: A B C ......................... X Y Z Lowercase: a b c ...................... x y z C accepts both lowercase and uppercase alphabets as variables and functions. Digits ...