For some reason I\'m getting an error: statement with no effect on this statement.
statement with no effect
for (j = idx; j < iter; j + increment) { printf(\"from lo
Replace
j + increment
With
j += increment