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 ______.
What will be the output of the following PHP code?
<?php
for ($x = 1; $x < 10;++$x)
{
print “*\t”;
}
?>List out Looping Structure in PHP.
Write Syntax of For each loop in PHP.
Write Syntax of Do while loop in PHP.
Write the purpose of Looping Structure in PHP.
Differentiate For each and While loop.
Write short notes on Do while Loop.
Explain Looping Structure in PHP.
Explain concepts of for loop with example.
