Loops are known as ___ in programming

41. Loops are known as ___ in programming.

  1. Control flow statements
  2. Conditional statements
  3. Data structure statements
  4. None of the mentioned above

Answer: A) Control flow statements

Explanation:

The control flow of a program refers to the sequence in which the program's code is executed. Conditional statements, loops, and function calls all play a role in controlling the flow of a Python program's execution.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.