Question:What will be the output?
<?php
  $i=1;
  do{
    $i++;
    print($i);
  }while($i<=0);
?>
 

A 1 

B 2 

C 0 

D none 

+ Answer
+ Report
Total Preview: 1048

Copyright © 2024. Powered by Intellect Software Ltd