Dennis Ritchie "The Father of C Programming Language"
In the year 1968, Dennis Ritchie started his research to develop a new language to create an UNIX Operating System.
In the year 1972, he developed and introduced a new language with the name "Traditional C" at AT&T(American Telephone & Telegraph) Bell Laboratories.
.
C programming language was created to overcome the difficulties in older programming languages like BCPL & CPL.
In the year 1989, the ANSI (American National Standards Institute) committee introduced a standard version of C with the name "ANSI C" with standard library files. The ANSI C is also called as C89 in short form
Let's see the programming languages that were developed before C language.
Year | Language | Developed By |
---|---|---|
1960 | Algol | International Group |
1967 | BCPL | Martin Richard |
1970 | B | Ken Thompson |
1972 | Traditional C | Dennis Ritchie |
1989 | ANSI C | ANSI Committee |
1990 | ANSI/ISO C | ISO Committee |
1999 | C99 | Standardization Committee |