Solved

On Each Iteration of the Following Range-Based for Loop for (Int

Question 1

Multiple Choice

On each iteration of the following range-based for loop for (int element : myArray)
Cout << element << endl;
The variable element holds


A) an array value.
B) an array subscript.
C) an array name.
D) an array location.
E) none of the above.

Correct Answer:

verifed

Verified

Related Questions