Histoire du C

|https://www.trytoprogram.com/images/C-programming-history.jpg](https://www.trytoprogram.com/images/C-programming-history.jpg)

WhenWhat
1972Creation of C by Dennis Ritchie
1973Re-implementation of the Unix kernel
1978 C78first edition of the book The C Programming Language by Brian Kernighan
and Dennis Ritchie and improvements of the language (functions returning struct)
1989 C89First standardization of C, locales (taking into account user's languages)
1999 C99inline functions! complex numbers! variable-length arrays!
2011 C11generic macros, multi-threading in the standard