Which programming construct allows the execution of a block of code multiple times based on a condition?

  • Array
  • Function
  • Loop
  • Pointer
In programming, a 'loop' is a control structure that allows you to execute a block of code repeatedly as long as a certain condition is met. This is commonly used for repetitive tasks in coding.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *