Introduction to c language.

Introduction to 'C'->

● C-1972, AT and T Bell lab by Dennis Ritchie.

● C- middle level language.

● It has relatively good programming efficiency     as compared to Macine language.

● It has good Macine efficiency as compared  to     High level language.

English.                            C language

characters.                   1  alphabets A-Z, a-z,0-9

                                                 & ; " * ! + ( ) [ ]


2  words.                            constant, variable

                                                 keywords.


Sentences.                      3.  Instructions 


paragraph.                     4  Program.



                          Character Set

 A-Z, a-z, 0-9, 

special symbol- " &  * ( )  > [ ] ^ : ; +

Comments

Popular posts from this blog

Introduction of java Programming language.

Stack data structure.