Tuesday 31 July 2012

Character Set of C


  • Character Set of C:-
                              Every programming language has its own set of characters which are used to write the statements of the program (source code). In C language also, a program is written by using a set of characters. These characters are known as alphabet or character set of C. The alphabet of C language is given below.
  1. Lowercase letters: a, b, c, ........, z
  2. Uppercase letters: A, B, C, ............, Z
  3. Digits: 0, 1, 2, ............, 9
  4. Special characters: +, -, /, =, (, ), [, ], {, }, <, >, ', ", !, @, #, $, %, \, /, ;
  5. White Spaces: blanks, new line, tab etc.