Advertisements
Advertisements
Question
Loops that iterate for fixed number of times is called ______.
Options
Unbounded loops
Bounded loops
While loops
For loops
MCQ
Fill in the Blanks
Solution
Loops that iterate for fixed number of times is called bounded loops.
shaalaa.com
Looping Structure
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
for ($ x=0; $ x<5; x++)
echo “Hai”
The above loop executes how many no of times?
PHP supports which types of looping techniques ______.
Define Looping Structure in PHP.
Define for loop in PHP.
Write Syntax of For loop in PHP.
Write Syntax of For each loop in PHP.
Discuss in detail about Foreach loop.
Explain the process Do while loop.
Explain concepts of for loop with example.
Explain working of loops in array.