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...")
(No difference)

Revision as of 04:27, 7 March 2015

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.