C

From The Bytecode Club Wiki
Revision as of 23:40, 1 November 2017 by Konloch (talk | contribs)

(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.