C is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations. By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging from supercomputers to embedded systems.
WikipediaMulti-file mode |
Name | Version ID | Multi-file mode |
---|---|---|
gcc-5 5.1.1 | 1 | |
gcc 8.3 | 3 | |
gcc 9.3 | 5 | |
gcc 10.2 | 6 | |
gcc 11.1.0 | 7 |
Sample solution to the TEST programming problem.