Wednesday, November 11, 2009

History and Introduction of C Language

It is a Language of computer that was developed by Dennis Ritch in 1970 at AT and Bell Labrotary of US. It is a kind of high level language but has also the feature of machine level language. So, that it is a intermediate language between high level language and machine level language. It is used to write system software as well as application software. The strength of C language is very popular because all types of software ade developed by using C programming language.

Features:
  • It is structure programming language. (used of if, for)
  • The program is divided into number of functions.
  • It has its own syntax to write a program.
  • It has some keywords and functions to write a program as if, else, for case etc
  • The compiler of of this language is easier installed on every computer.

0 comments: