Computer Science, asked by ritikaprincess, 1 year ago

what is non nested loop ?

Answers

Answered by FlareX
4
loop inside a loop is known as a nested loop.

So a loop which doesnt have any other loops in it is called a non nested loop.
Answered by Anonymous
0

Explanation:

 nested loop join is a naive algorithm that joins two sets by using two nested loops. Join operations are important for database management

Similar questions