A nested loop is a loop contained within another loop. The inside loop will be executed a number of times for each single execution of the outer loop.

Related terms

Term sub categories

Programming
   writing programs