Question:What will be the output of the following PHP code? <?php function fn(&$var) { $var = $var - ($var/l0*5); return $var; ) echo fn(100); ?> 

A 100 

B 50 

C 500 

D Error message 

+ Answer
+ Report
Total Preview: 1043

Copyright © 2024. Powered by Intellect Software Ltd