 |
For loop | Define For loop at Dictionary.com
for loop definition programming A loop construct found in many procedural languages which repeatedly executes some instructions while a condition is true. In C, the for loop is written in the form; for (INITIALISATION; CONDITION; AFTER) STATEMENT; where .
dictionary.reference.com |
 |