Advertisements
Advertisements
प्रश्न
Loops that iterate for fixed number of times is called ______.
पर्याय
Unbounded loops
Bounded loops
While loops
For loops
MCQ
रिकाम्या जागा भरा
Advertisements
उत्तर
Loops that iterate for fixed number of times is called bounded loops.
shaalaa.com
Looping Structure
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
What will be displayed in a browser when the following PHP code is executed:
<?php
for (Scounter = 20; $counter< 10;
$counter++)
{
echo “Welcome to Tamilnadu “;
}
echo “Counter is: Scounter”;
?>PHP supports which types of looping techniques ______.
Write Syntax of For loop in PHP.
Write Syntax of For each loop in PHP.
Write Syntax of Do while loop in PHP.
Compare for loop and for each loop.
Differentiate For each and While loop.
Discuss in detail about Foreach loop.
Explain the process Do while loop.
Explain concepts of for loop with example.
