for (int i = 1; i <= 10; i++) // how many times does this loop? { // lots of code i+=1; g(&i); // lots more code i-=2; }