Saturday, 11 April 2015

Introduction Of C

By
The C programming language is a general-purpose, high-level language that was developed by Dennis M. Ritchie in early 1970s. C is an procedural programming language.First we get some information about the procedure programming. Procedural programming uses a list of instruction to tell the computer what to do step-by-step. Procedure programming language are also known as top-down language or imperative language.

The c language now become a widely used professional and most popular language because it's some reasons such as:
  • Structured Language.
  • Easy to use and learn.
  • Provide efficiency in the program.
  • It can handle low-level activities.
  • It provide memory allocation.
  • It creates fast and efficient executable files.             
Which Purpose To Use C Language :-

Some example of the use of c language might be:
  • Operating Systems
  • Language Compilers 
  • Assemblers
  • Text Editors
  • Print Spoolers
  • Network Drivers
  • Database 
  • Language Interpreters
  • Modern Programs

0 comments:

Post a Comment