0
votes
votes
1 answers
what for?
Have a problem to understand for command. Have a example here First what is line 1, why those , What about line 2. so confusing to me. Thanks 1. int i, somme, n=10; 2. for (i = 1, somme = 0; i <= n; i = i + 1) 3. somme = somme + i ...
