Sunday 14 July 2013

                            THE C LANGUAGE 

         

                    C Programming 

The C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the Unix operating system.
The C is the most widely used computer language, it keeps fluctuating at number one scale of popularity along with Java programming language which is also equally popular and most widely used among modern software programmers
.


 




features of c language


Points about C

  • C was invented to write an operating system called UNIX.
  • C is a successor of B language which was introduced around 1970.
  • The language was formalized in 1988 by the American National Standard Institute (ANSI).
  • The UNIX OS was totally written in C By 1973.
  • Today C is the most widely used and popular System Programming Language.
  • Most of the state of the art software's have been implemented using C.Today's most popular Linux OS and RBDMS MySQL have been written in C.

C Programs

A C program can vary from 3 lines to millions of lines and it should be written into one or more 

text files with extension ".c" for example hello.c. You can use "vi""vim" or any other text editor 
to write your C program into a file.

This tutorial assumes that you know how to edit a text file and how to write source code inside a program file.

THATS IT FOR THIS TIME...



2 comments: