C Character set | Character set in C programming language | Types of character in C language | My CS Tutorial
Character set in C | My CS Tutorial |
As we know that in each language there is a group of characters used for the construction of words, statements etc. In C language also there is a group of characters that contain alphabets, numbers and special symbols.
A character denotes any alphabet, digit or special symbol used to represent information.Every program of c language incorporate paraphrase.
These sentences are made up of alphabets, digits and special symbols, which are....
- Alphabets
- Digits
- Special symbols
Alphabets
All types of alphabets are supported in the C language.
A,B ..........,Y,Z
a,b ...........,y,z
Digits
10 digits are supported in C language.
0,1,2,3,4,5,6,7,8,9
Special symbols
Some special symbols are supported in C language.
~ ' @ # % ^ ! & *_ - ( ) + =|\ [ ] < > { }; ' : " . , ? /
Conclusion
So we have seen that C languages support alphabets, digits and special symbols. With the help of these we write sentences in every program of C language.
Thanks.
No comments:
Post a Comment