Jump to content

C: Difference between revisions

From cernipedia
Page created automatically by script
 
No edit summary
 
Line 1: Line 1:
a general-purpose, imperative computer programming language providing facilities for low-level manipulation [[Category:Abbreviations]] [[Category:FAPlist]]
'''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:C (programming language)|Wikipedia]]. 
[[Category:FAPlist]]
[[Category:Programming languages]]
[[Category:Pages linking to Wikipedia]]

Latest revision as of 12:16, 31 March 2026

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.