Changes

Jump to: navigation, search

Langage C

620 bytes added, 23:02, 16 March 2015
/* Trick */
''In English'': The commentaries are not influence on the size or the funtions of executable file.
 
''In french'': la fonction "Main" est type '''int''', c'est-à-dire qu'elle renvoie une valeur entière. Pour retourner une valeur d'une fonction, on utilise l'instruction '''return'''. Si celle-ci retourne '0', cela veut dire que le programme s'est fini correctement, sinon cela veut dire qu'il y a eu une erreur dans le programme.
 
''In English'': The "Main" function is kind integer, it means that it returns a integer value. To return a value in a function, we use the '''return''' instruction. if this value is '0', the programm finished correctly but if the value is different, there is an error in the program.
== Liens utiles ==
952
edits