Header Ads

C language character set definition and character sets sign


C language character set definition and character sets sign

Friends in this article you get information about C language character sets and their symbols
chracter set defination and signs knowledge
chracter set defination and signs knowledge

C language character set definition

The character set for any computer language can be defined as, It is the fundamental raw material of any language and they are used to represent information.These characters can be combined to form variables. C uses constants, variables, operators, keywords and expressions as building blocks to form a basic C program.


character set of c language

 Symbols                     names

  1.       ~                              tilde          
  2.       <                              Less  then           
  3.        |                               pipe/or
  4.       >                               greator then
  5.       !=                              Not equal 
  6.       ==                             equal to equal
  7.       {                                left brace
  8.        (                               left perenthesis
  9.        [                               left squre bracket
  10.        /                               forword slash
  11.       :                                colon
  12.       +                               plus
  13.       *                                multiply
  14.       %                              mod
  15.       .                                singal dot
  16.       >>                             right swift
  17.       >=                             greator then equal
  18.       &                               ampersand
  19.       <=                             less then equal
  20.       ^                               carret
  21.       )                                right perenthesis
  22.       }                                right brace 
  23.       ]                                right squre bracket
  24.       \                                backword slash
  25.       ;                                semicolon
  26.       -                                minus
  27.        /                               devision
  28.       '                                singal quote
  29.       "                               double quote
  30.        _                              underscor

  

Also, read these articles








Summary

So friends the conclusion of this post is there are many characters sets of C language that’s very important in programming. Every program needs this symbols and character sets to to perform a program in programming.

                                                              Thanks for visiting
                                         coding knowledge

No comments:

Powered by Blogger.