Google News
logo
Today General Knowledge(GK)
In programming, repeating some statements is usually called
A)
Structure
B)
Looping
C)
Compiling
D)
Control structure

Correct Answer : Option (B) - Looping



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.

Published On : June 16, 2021
Category : Computers
Advertisement