Advertisements
Advertisements
प्रश्न
A loop that contains another loop inside its body: ______
पर्याय
Nested loop
Inner loop
Inline loop
Nesting of loop
MCQ
रिकाम्या जागा भरा
उत्तर
A loop that contains another loop inside its body: Nested loop.
shaalaa.com
Iteration Statements
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The set of statements that are executed again and again in iteration is called ______
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?
Write a for loop that displays the number from 21 to 30.
Write a while loop that displays numbers 2, 4, 6, 8.......20.