Question
Which nested loop pattern is used for a 2D array?
Correct Answer: D
Outer loop for rows and inner loop for columns
The correct answer is Outer loop for rows and inner loop for columns.
The correct answer is Outer loop for rows and inner loop for columns.
Leave a Reply