top of page

History of C Programming Language

Updated: Feb 23

C is a programming language that was first developed in the early 1970s by Dennis Ritchie at Bell Labs. Ritchie created C as an evolution of the B programming language, which he had also developed at Bell Labs. The goal of C was to create a language that was both powerful and easy to use, and that could be used for a wide variety of applications.


One of the key features of C is its portability. Because C code can be compiled to run on various hardware platforms, it quickly became popular among computer scientists and software developers. C was also used to develop the Unix operating system, which was itself a major milestone in the history of computing.



In the 1980s, the popularity of C continued to grow, and the language became the de facto standard for systems programming and embedded systems development. C compilers and libraries were developed for a wide range of platforms, making it possible to write code that could run on everything from small embedded devices to large-scale servers.


During the 1990s and 2000s, C continued to evolve and develop new features, such as the Standard Template Library (STL) and the inclusion of the bool data type. C++ was also developed as an extension of C, adding support for object-oriented programming and other features.


Today, C remains a popular language for systems programming, embedded systems development, and many other applications. Its simplicity, efficiency, and portability make it an ideal choice for a wide variety of projects, and its influence can be seen in many other modern programming languages.



Some important events in the history of the C programming language:


  • 1972: Dennis Ritchie develops the first version of C at Bell Labs, as an evolution of the B programming language.

  • 1978: The first edition of "The C Programming Language" is published, written by Brian Kernighan and Dennis Ritchie. The book becomes a classic and helps to popularize C among programmers.

  • 1983: The ANSI C standard is established, providing a standardized set of rules for writing C code. This helps to ensure the portability of C code across different hardware platforms.

  • 1985: The first edition of "The C++ Programming Language" is published, and written by Bjarne Stroustrup. C++ is an extension of C that adds support for object-oriented programming.

  • 1989: The first edition of "The C++ Standard" is published, establishing a standardized set of rules for writing C++ code.

  • 1990: The first edition of "The C A Reference Manual" is published, providing a detailed reference for the C programming language.

  • 1995: The Standard Template Library (STL) is added to C++, providing a set of generic data structures and algorithms that can be used to simplify programming tasks.

  • 1999: The C99 standard is established, providing a revised and updated set of rules for writing C code.

  • 2011: The C11 standard is established, providing further updates to the C programming language.

  • 2018: The C18 standard is established, providing additional updates and improvements to the C programming language.



Throughout its history, C has remained a popular language for systems programming, embedded systems development, and many other applications. Its simplicity, efficiency, and portability continue to make it an important language for software developers.


bottom of page