C

From The Bytecode Club Wiki
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.