Nested loop
Appearance
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Nested loop" – news · newspapers · books · scholar · JSTOR (July 2014) (Learn how and when to remove this message) |
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.