Which of the following statements is NOT true about nested for loops?
The nested loop will only ever run once and then terminate
- The nested loop must complete all of its iterations before the outer loop advance one iteration
- Nested for loops help us traverse all pixels within a 2D image
There are no hints for this question