Social Icons

Monday, May 20, 2013

In programming, repeating some statements is called

A. Looping
B. Control Structure
C. Compiling
D. Structure


Ans. (A) Looping

Explanation:

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 such repetitive tasks. A loop will execute one or more lines of code (statements) as many times as you want. 

No comments:

Post a Comment