Monday, 13 February 2012

THE BUDDING ENGINEERS

INTRODUCTION TO C LANGUAGE:
    definition of language: a language is the media between  a user and computer systems. users write application programs to interact with the system. generally applications are of three types front end and back end applications. front end applications are developed by using C ,C++ etc. even some operating systems like UNIX ,LINUX have their code written in C .
            C is reliable and simple programming language. also  C is the basis for learning new programming languages.
  HISTORY OF C LANGUAGE
                c was developped by DENIS RITCHE in 1972 at AT&T bell labs USA. the basis for C is a language called ALGOL which was succeeded by B. the standard version of C is C89
    THE CHARACTER SET OF C LANGUAGE
         any alphabet or symbol or numerals can be considered as a character set
             general character set of C language is as below
                  A B C D.................X Y Z
                  a b c d .................x y z
                  0 1 2 3 4 5 6 7  8 9
                   ! @ # $ % ^  & * (  ) _ =  +  etc
               

               
         

No comments:

Post a Comment