C

From The Bytecode Club Wiki
Revision as of 04:27, 7 March 2015 by Zooty (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.