OriginTree

Découverte API & Docs
Notifications
0
FR

Langage C

<h2>The C language</h2>

Created by Dennis Ritchie to rewrite Unix. Low-level imperative language, still the foundation of the majority of operating systems, compilers and runtimes today.

c int main() { printf("Hello, world!\n"); return 0; }

Its simplicity and proximity to hardware make it a de facto standard for system code.