Jump to content

Nested loop

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fram (talk | contribs) at 13:38, 31 July 2014 (Unsourced using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

a loop may contain another loop in its body.this forms of a loop is called nested loop. but in a nested loop,the inner loop must terminate before the outer loop.