Advertisements
Advertisements
प्रश्न
Compare for loop and for each loop.
फरक स्पष्ट करा
Advertisements
उत्तर
| for loop | for each loop |
| loops through a block of code until the counter reaches a specified number. | loops through a block of code for each element in an array. |
|
|
shaalaa.com
Looping Structure
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The loop exclusively used for arrays is _____.
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?
PHP supports which types of looping techniques ______.
Define for loop in PHP.
What is For each loop in PHP?
Write Syntax of For loop in PHP.
Write the purpose of Looping Structure in PHP.
Differentiate For each and While loop.
Discuss in detail about Foreach loop.
Explain concepts of for loop with example.
