The Origin and History of C
C was developed by Dennis Ritchie in the early 1970's (Deitel, page 7).

The Kernighan and Ritchie book (The C Programming Language) was for years a de facto standard for C.

These changes and others were included in C in 1988 by the ANSI C standard. The ANSI C standard borrows many features of C++, and adds others. The main change was a change in the method of specification of functions for type-checking and self-documentation.

Until recently, C was principally an imperative UNIX language. More recently, two other trends have emerged: one, the extension of C to object-oriented and parallel versions such as C++; the other, the development of PC versions and development environments, including Borland's Turbo C and C++.