Advertisements
Advertisements
प्रश्न
List out Looping Structure in PHP.
टीपा लिहा
उत्तर
- for Loop
- foreach Loop
- While Loop
- Do While Loop
shaalaa.com
Looping Structure
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
What will be the output of the following PHP code?
<?php
for ($x = 1; $x < 10;++$x)
{
print “*\t”;
}
?>
Define Looping Structure in PHP.
Define for loop in PHP.
Write Syntax of while loop in PHP.
Write Syntax of Do while loop in PHP.
Write the features Looping Structure.
Write short notes on Do while Loop.
Differentiate While and Do while loops.
Explain Looping Structure in PHP.
Explain working of loops in array.