Posts

Showing posts from March, 2008

The C Story...

Wanderer What is C ? StoryTeller C is a programming language. Programming languages are used to write software. C is called a high level programming language. There are several ways of classifying programming languages. One way is mentioning its generation. C is referred to as a third generation programming language. First Generation : Machine Language Second Generation : Assembly Language Third Generation : C, Fortran, Pascal etc. Another way of classifying languages is placing them in one or more of the following groups Imperative Object Oriented Functional Logical C is an imperative programming language. Wanderer Where is C programming used? StoryTeller It has been widely used in creating Industrial strength Software. The following list of Software developed using C , suggest the power and flexibility of C programming. Linux ( Operating System) MySQL ( Database) GIMP ( Image editing program) PHP ( Web Application programming Language) C is a preferred languag