Advertisements
Advertisements
प्रश्न
The loop exclusively used for arrays is _____.
विकल्प
While
Do While
For
for each
MCQ
रिक्त स्थान भरें
Advertisements
उत्तर
The loop exclusively used for arrays is for.
shaalaa.com
Looping Structure
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Loops that iterate for fixed number of times is called ______.
PHP supports which types of looping techniques ______.
What will be the output of the following PHP code?
<?php
for ($x = -1; $x < 10;--$x)
{
print $x;
}
?>What is For each loop in PHP?
List out Looping Structure in PHP.
Write Syntax of For loop in PHP.
Explain the use of for each loop in PHP.
Write the features Looping Structure.
Write short notes on Do while Loop.
Explain concepts of for loop with example.
