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
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
1
Answer:
For loop
Explanation:
I hope this is clear to u
Similar questions
Computer Science,
1 day ago
Computer Science,
1 day ago
Math,
3 days ago
Computer Science,
3 days ago