Skip to content
C

File:C1stEdition.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ15777· pop 164· linked from 5,100 articles

Also known as C programming language

general-purpose programming language

Wikidata facts

Follows
B
Based on
B
Developer
Ken Thompson
Image
Hello world solarized.png
Show 14 more facts
has characteristic
Turing completeness
different from
C/c
Commons category
C (programming language)
file extension
h
influenced by
ALGOL
operating system
cross-platform
inception
1972-01-01
Stack Exchange tag
stackoverflow.com/tags/c
typing discipline
nominative typing
media type
text/x-chdr
on focus list of Wikimedia project
Wikipedia:Vital articles/Level/4
Sources (10)

via Wikidata · CC0

~40 min read

Encyclopedic overview

C is a general-purpose programming language created in the 1970s by Dennis Ritchie. By design, C gives the programmer relatively direct access to the features of the typical CPU architecture, customized for the target instruction set. It has been and continues to be used to implement operating systems (especially kernels), device drivers, and protocol stacks, but its use in application software has been decreasing. C is used on computers that range from the largest supercomputers to the smallest microcontrollers and embedded systems.

A successor to the programming language B, C was originally developed at Bell Labs by Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity. It has become one of the most widely used programming languages, with C compilers available for practically all modern computer architectures and operating systems. The book The C Programming Language, co-authored by the original language designer, served for many years as the de facto standard for the language. C has been standardized since 1989 by the American National Standards Institute (ANSI) and, subsequently, jointly by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC).

Excerpted from Wikipedia’s “C” article, available under the CC BY-SA 4.0 licence.

Gallery (7)