Solved

The Following Statement For(int Val : MyArray)

Question 11

Multiple Choice

The following statement for(int val : myArray)
Cout << val << " ";
Is an example of a(n)


A) regular for loop.
B) range-based for loop.
C) nested for loop.
D) infinite for loop.
E) illegal statement.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions