Home » Computer » Miscellaneous » Question
  1. In programming, repeating some statements is usually called
    1. Compiling
    2. Structure
    3. Looping
    4. Control structure
Correct Option: C

Looping is used in programming to save the tedium of many repetitive tasks. One of the main uses of loops in programs is to carry out repetitive tasks. A loop executes one or more lines of code (statements) as many times as one wants.



Your comments will be displayed only after manual approval.