What is Character Set in C language?

What is Character Set in C Language?



·       A Character set is nothing but collection of Alphabets, Digits and Special Symbols.

·     Character set are get used to create Identifiers like variables and constants and for different purposes.

·       Lots of standard keywords are also created using this character set.
·       Like every language has some character set similar like that character set are the base of C language with the help of which are able to use C language.
·       Alphabets: A-Z, a-z
·       Digits: 0-9
·       Special Symbols: - ~ ‘ ! @ # % ^ & * ( ) _ - + = | \ { }
[ ] : ; " ' < > , . ? /


• If you have any query on any topic please let us know through comment section we will solve your queries.
• You can also refer to my C Language Tutorial video Series on Youtube by clicking on link given below:


Comments

Popular Posts