Computer Science, asked by bhawanasharmaa7, 3 days ago

1. Which kind of loop can be used to iterate over a data structure? (a) For loop (b) While loop (c) Both (a) and (b) (d) Data loop​

Answers

Answered by saksheerathod11
4

Answer:

a) for loop

Explanation:

The for loop is probably the most common and well known type of loop in any programming language. For can be used to iterate through the elements of an array: For can also be used to perform a fixed number of iterations: By default the increment is one.

Mark as Brainliest.

Answered by tttt838336728
1

Answer:

For loop

Explanation:

I hope this is clear to u

Similar questions
Physics, 8 months ago