Advertisements
Advertisements
प्रश्न
Define Looping Structure in PHP.
व्याख्या
टीपा लिहा
उत्तर
- Looping Structures are useful for writing iteration logics.
- It is the most important feature of many programming languages, including PHP.
- They are implemented using the following categories,
- for Loop
- While Loop
- foreach Loop
- Do While Loop
shaalaa.com
Looping Structure
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The loop exclusively used for arrays is _____.
Loops that iterate for fixed number of times is called ______.
Define for loop in PHP.
What is For each loop in PHP?
Write Syntax of For each loop in PHP.
Write Syntax of while loop in PHP.
Compare for loop and for each loop.
Explain the use of for each loop in PHP.
Write short notes on Do while Loop.
Discuss in detail about Foreach loop.