Changes

Langage C

102 bytes added, 21:31, 2 September 2015
/* chapter 6 (résumé) */
// test d'inférieurité ou d'égalité
a <= b;
 '''Operateur de conversion''': change the type of a variable   <u>exemple</u>: int a; (char)a;  
==== Trick ====
'''Warning''': don't mistake this : '=' & '==' => the first symbol correponds at the allocation / the second symbol corresponds at the test between two variables
952
edits