Computer Science, asked by shabnamshaik625, 3 months ago

Describe the term nested loop​

Answers

Answered by prakashkkaladindi
0

Answer:

A nested loop is a loop within a loop, an inner loop within the body of an outer one. ... Then the second pass of the outer loop triggers the inner loop again. This repeats until the outer loop finishes. Of course, a break within either the inner or outer loop would interrupt this process.

Similar questions