Vidyalelo
C Programming · Q10

Control Structures

Programming · C Programming · question 10

Q10

In C, which control structure is used to iterate through a collection of items, such as an array or a list?

A.
for loop
Answer
B.
if statement
C.
switch case
D.
while loop

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board