What is Iteration primarily used for?
- A. An automatic memory management process that reclaims memory occupied by objects no longer in use.
- B. An informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
- C. The process of repeating a set of instructions until a specific condition is met. ✓
- D. A software design technique that breaks a program into separate, interchangeable modules.
Correct answer
C. The process of repeating a set of instructions until a specific condition is met.
Explanation
Iteration refers to the process of repeating a set of instructions until a specific condition is met.