Character set:
The various category of characters are called the character set. In C, the-characters are grouped into the following categories.
(i)Letters.
Uppercase
A.................Z
Lowercase
a.................z
(ii) Digits.
All decimal digits.
0...............9
(iii) SpeCial characters.
such as,
, comma
. period
; semicolon
: colon
(iv) White spaces.
Such as blank spaces, horizontal tab, new line etc.
The various category of characters are called the character set. In C, the-characters are grouped into the following categories.
(i)Letters.
Uppercase
A.................Z
Lowercase
a.................z
(ii) Digits.
All decimal digits.
0...............9
(iii) SpeCial characters.
such as,
, comma
. period
; semicolon
: colon
(iv) White spaces.
Such as blank spaces, horizontal tab, new line etc.