C (lengatge) : Diferéncia entre lei versions

Contengut suprimit Contengut apondut
CommonsDelinker (discussion | contribucions)
Bòt: A remplaçat Imatge:Ken_n_dennis.jpg per Imatge:Ken_Thompson_and_Dennis_Ritchie.jpg (File renamed: this is not Ken Livingstone and Dennis Miller)
Xqbot (discussion | contribucions)
m Bot: remplacer la balise <source> obsolète et le paramètre "enclose" [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]; cambiaments de tipe cosmetic
 
Linha 3 :
|carta=
}}
[[ImatgeFichièr:Ken Thompson and Dennis Ritchie.jpg|thumbvinheta|Kenneth Thompson e Dennis Ritchie]]
Lo '''C''' es un lengatge [[informatica|informatic]] creat en 1972 per los engenhaires [[Kenneth Thompson]] e [[Dennis Ritchie]]. Es lo lengatge qu'a permés de desvolopar lo nuclèu dels [[sistèma operatiu|sistèmas operatius]] [[Linux]] e [[Windows]].
 
Linha 9 :
== Exemple simple ==
Lo còde seguent aficha un simple messagte : "Adieu !"
<sourcesyntaxhighlight lang="c">
#include <stdio.h>
Linha 17 :
return 0;
}
</syntaxhighlight>
</source>