C programming language is a foundation of C++. Learning C is the first step to learn C++ because you cannot skip step, you must have to learn C before learning C++. C is one of the most widely used programming languages of all time. Many later languages like Objective-C, Java, JavaScript, C#, Perl, PHP, Python, etc.., have borrowed directly or indirectly from C language.
History of C Language
- C is a programming language developed “ AT & T’s Bell Laboratories ” of USA in 1972. C was written by Dennis M.Ritchie.
- Brian W. Kernighan and Dennis M. Ritchie produced the first publicly available description of C known as “K&R C”.
- The UNIX Operating System and essentially UNIX application program have been written in C.
- The language was formalized in 1989 by American National Standards Institute (ANSI).
Programming Language | Year | Founder |
ALGOL | 1960 | International group |
BCPL | 1967 | Martin Richards |
B | 1970 | Ken Thompson |
C | 1972 | Dennis Richie |
K&R C | 1978 | Brian Kernighan and Dennis Ritchie |
ANSI C | 1989 | ANSI Committee |
ANSI/ISO | 1990 | ISO Committee |