C - Character Set

 

Introduction

The Character set of the C-Language consists of basic symbols of the language.


Types of C -Character set:-

There are basically 4 types of C-Character Set. These are :-
1).  Letters
2). Digits
3).  Special symbolic Characters
4).  White Spaces

1). Letters:-

    Letters means that the English alphabets.
    i).  Uppercase:-           A, B, C, ................, X, Y, Z
   ii).  Lowercase:-          a, b, c, .................., x, y, z

2). Digits:-

     Digits means that numerical digits i.e. digits and decimal digits.
     i).   Digits-                 1,2,3,4,5,6,7,8,9,0
     ii). Decimal digits-   1.23, 2.34, 5.43, 7.6545, etc.


3). Special Symbolic Characters:-

     Special Characters such as 
     
     Comma                                                          ,
     period                                                            .
     Semicolon                                                     ;
    Colon                                                               :
    Question marks                                            ? 
    Quotation marks                                         " "
    Apostrophe                                                    '
    Exclamation mark                                       !
   Vertical Bar                                                    |
   Forward slash & backward slash           /      \
    Tilde                                                                ~
    Underscore                                                   _
   Dollar symbol.                                              $
   Percent.                                                         %
   Hash                                                               #
   Ampersand.                                                  &
  Caret                                                                ^
  Asterisk                                                           *
  Minus.                                                             -
  Plus .                                                                +
  Brackets                                                   ( )  { }  [ ]
 Greater than                                                  <
 Less than.                                                       >

4). White Spaces:- 

      White Spaces such as:-
   
  i). Blank spaces 
 ii). Horizontal Tab
iii). New Line




    
 
  


Comments

Popular Posts