Multiple Choice
To step through a one-dimensional array, accessing the elements one by one, it would be most appropriate to use ________ loop.
A) an infinite
B) a sentinel controlled loop
C) a for loop
D) a nested loop
E) no
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: An array can be returned by a
Q16: Elements of vectors can be access by
Q17: Each individual element of an array can
Q18: If a C++ program contains the following
Q21: A two-dimensional array can be viewed as<br>A)
Q22: If employee is an array of objects
Q23: If employee is an array of objects
Q24: By using the same _ you can
Q25: The range-based for loop may be used
Q35: When you pass an array as an