Historical Development of C

C Programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT & T, located in the U.S.A. It was developed to overcome the problems faced by programming languages such as B, BCPL, etc. The C programming language is, additions of data types(find later in this tutorial, what data type is) and other features to B and BCPL Programming languages. Initially, it was developed to use in the development of the Unix Project. This is a brief history of the C Programming Language.

A brief overview can be shown in the following table. A detailed explanation can be found on the internet.

LanguageYearDeveloped By
Algol1960International Group
BCPL1967Martin Richart
B1970Ken Thompson
Traditional C1972Dennis Ritchie
K&R C1978
ANSI C1989ANSI Committee
ANSI/ISO C1990ISO Committee
C991999Standardization Committee
History of C Programming