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
B
C
D
100
B
50
C
500
D
Error message
Note: Not available
$a = 3; $b = 2; echo (int)$a/(int)$b;
$str1 = 'Have a'; $str2 = 'Nice Day';The fastest way would be