Question

In a typical nested for loop (not a range-based for loop) used to process a two-dimensional array, following the end of each execution of the inner for loop:
a. The outer for loop initializes its counter variable.
b. The outer for loop increments its counter variable.
c. The inner for loop initializes its counter variable.
d. The inner for loop increments its counter variable.

Answer

This answer is hidden. It contains 46 characters.