The loop which is inside another loop is called _________
Answers
Answered by
2
Answer:
The loop which is inside another loop is called ____Nested Loop____
Answered by
5
Answer:
A loop within another loop is called nested loop. ... The inner loop is a part of the outer loop and must start and finish within the body of outer loop. On each iteration of outer loop, the inner loop is executed completely.
Explanation:
Similar questions