Jump to content

C

From cernipedia
Revision as of 12:16, 31 March 2026 by Vigen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

For more information, see Wikipedia.