Question:
<?php $apon=array(“Mony”,”Emdad”,”Sefat”); 
foreach($apon as $hasan) { echo $hasan; }
?>
This code produces the following: 

A MonyEmdadSefat 

B aponMonyEmdad 

C Mony Emdad Sefat 

D aponMonyEmdadSefathasan 

+ Answer
+ Report
Total Preview: 535

Copyright © 2025. Powered by Intellect Software Ltd