Which of the following correctly describes the output of the given array?
a. The output will display i is 0 and j is 0 only once
b. The output will display i is 0 and j is 0, j is 1, j is 2 three times
c. There is a syntax error in the given array
d. The output will display i is 0, j is 0, and then stop immediately
e. The output will display i is 0 and j is 0 endlessly