adplus-dvertising
frame-decoration

Question

What do loops allow programs to do?

a.

Allocate memory for each item in the list

b.

Execute the same code block only once

c.

Execute the same code block any number of times

d.

Define multiple code blocks for different input values

Posted under Reverse Engineering

Answer: (c).Execute the same code block any number of times Explanation:Loops allow programs to repeatedly execute the same code block any number of times.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What do loops allow programs to do?