Advertisements
Advertisements
Question
Write the purpose of Looping Structure in PHP.
Short/Brief Note
Advertisements
Solution
- In programming it is often necessary to repeat the same block of code a given number of times, or until a certain condition is met.
- This can be accomplished using looping statements.
shaalaa.com
Looping Structure
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The loop exclusively used for arrays is _____.
Loops that iterate for fixed number of times is called ______.
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?
Define Looping Structure in PHP.
Define for loop in PHP.
Write Syntax of For loop in PHP.
Write Syntax of Do while loop in PHP.
Compare for loop and for each loop.
Discuss in detail about Foreach loop.
Explain working of loops in array.
