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

A 1 

B 5 

C 2 

D syntax error 

+ Answer
+ Report
Total Preview: 1111

Copyright © 2024. Powered by Intellect Software Ltd