Difference between revisions of "C"

From The Bytecode Club Wiki
Jump to: navigation, search
(Created page with "C is a general-purpose, imperative programming language. It supports structured programming and recursion. By design, C provides constructs that map efficiently to Assembly...")
 
 
Line 4: Line 4:
  
 
C was originally developed by Dennis Ritchie while at Bell Labs and used to implement Unix.
 
C was originally developed by Dennis Ritchie while at Bell Labs and used to implement Unix.
 +
 +
[[Category:Languages]]

Latest revision as of 23:40, 1 November 2017

C is a general-purpose, imperative programming language. It supports structured programming and recursion.

By design, C provides constructs that map efficiently to Machine Instructions.

C was originally developed by Dennis Ritchie while at Bell Labs and used to implement Unix.