C Character Set | My CS Tutorial - My CS Tutorial

Breaking

Programming languages full tutorial and programs, exam papers, visual basic( Vb.net ), information of new technologies and more....

Wednesday, March 27, 2019

C Character Set | My CS Tutorial


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....

  1. Alphabets
  2. Digits
  3. 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