Home » PHP » PHP For Loops » Question
  1. What will be the output of the following PHP code ?

    1. Nothing
    2. Error
    3. 12345
    4. ***
      ***
      ***
      ***
    5. None of these
Correct Option: D

Follow the trace of a, b prints 3 – a no of spaces for each a, b prints a stars for each loop.



Your comments will be displayed only after manual approval.