C INTRODUCTION
C is a general purpose, imperative and strictly typed programming language.Developed at AT & T’s(American Telephone and Telegraph) Bell Laboratory,Murray Hill,New Jersey, USA in 1972.It was designed and written by a man named Dennis Ritchie.It was initially designed for programming UNIX operating system.

WHY C ?
Most of the software tool(Adobe Systems, MySql etc.) as well as the C compiler is written in C.Major parts of popular operating systems like Windows, UNIX, Linux is still written in C.Device driver programs are also written in C, because if we talk about performance (speed of execution) nothing beats C.

Comments