Character Set In C Programming With Example, How To Make Character Set
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI
Character Set:
The characters that can be used to form words, numbers or expression depend upon the computer on which program is going to be run.
Character Set Can Form By:
1. Letter (Upper Case & Lower Case).
2. Digits (0 to 9).
3. Special Symbols (&, *, /, “,@... etc),
4. C is heaving total 29 special symbols. White Space: horizontal tab, New Line, Blank Space.
5. C is having 9 Trigraph Character: Each trigraph sequence consist of 3 characters two questions
marks followed by a character.
In above 5 lines can use to form a word, number or expression, and every word is having there own ASCII Code no.
Examples Of Character Set: amn12, asasdsdsd, add12, ass@12;
Use Of Character Set:
With the help of these sets we form variables, constants, operators, keywords and expressions.