C-18-Q002mediumsingle_mcq
In a nested for loop, the loop placed inside another for is called the:
In a nested for loop, the loop placed inside another for is called the:
- aOuter for loop
- bInner for loop
- cMaster loop
- dSlave loop
ব্যাখ্যা
In a nested loop the loop written inside the other loop is called the inner loop, while the surrounding one is the outer loop. The inner loop completes all its iterations for each single pass of the outer loop.