C

A procedural programming language created in the 1970s, C has been a stalwart member of the programmer's toolbox since it debuted.

Tags: compiled, concurrent, imperative, procedural, sum types ⚠️

Related tools: Clang, GCC

// skeleton.c #include <stdio.h> int main(int argc, char* argv[]) { printf("Hello, world!\n"); return 0; }
C Summary
Language C
Home Page https://www.c-language.org/