Character set in C programming

Character set in C  is the list of all valid symbols , letters or characters , if C is a language then character set is like alphabets . In language alphabets combine to form a word and  in C character sets  combine to form Tokens and then tokens combine to form  expressions and statements etc

Valid characters in C are as follow:
1. All english aphabets both uppercase (A-Z)  and lower case (a-z)
2. Digits or Numerals 0 - 9
3. Blank space
4. A list of symbols given below


+ - * /
= % & #
! ? ^ "
' _ \ |
< > ( )
[ ] { }
: ; . ,

Contact Form

Name

Email *

Message *