Q:

Output of the following code is

0

Output of the following code is

< ?php 
$On_e = 1;
$tw_o = 2;
$thre_e = 3;
$fou_r = 4;
echo "$on_e / $tw_o + $thre_e / $fou_r";
?>

  1. 0.125
  2. 0.25
  3. 0.26
  4. 0.75

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

D.0.75

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

In which version exception handling is introduced ... >>
<< Default extension of php file is...