Bonjour,
Dans un programme, je lis une instruction du type:
toto = (toto++)%5;
est-ce bien equivalent a :
toto = toto%5;
toto++;
ou a autre chose ???
Merci d'avance
 post incrementation, pas clair
 post incrementation, pas clair
				
				
						
						
				Bonjour,
Dans un programme, je lis une instruction du type:
toto = (toto++)%5;
est-ce bien equivalent a :
toto = toto%5;
toto++;
ou a autre chose ???
Merci d'avance
Partager