Advertisements
Advertisements
प्रश्न
The set of statements that are executed again and again in iteration is called ______
विकल्प
condition
loop
statement
body of loop
MCQ
रिक्त स्थान भरें
उत्तर
The set of statements that are executed again and again in the iteration is called the body of the loop.
shaalaa.com
Iteration Statements
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
How many types of iteration statements?
How many times the following loop will execute? for (int i = 0; i < 10; i++)
Which of the following is the exit control loop?
Which of the following is called the entry control loop?
A loop that contains another loop inside its body: ______
Write a for loop that displays the number from 21 to 30.
Write a while loop that displays numbers 2, 4, 6, 8.......20.