1.

What will be the output of the following PHP code ?
<?php
$m = 10; $n = 11; $s = 12;
print !(( + + $m + $n) > ($n - $s));
?>

A. 0
B. 1
C. Nothing
D. Error
E. None of these
Answer» D. Error


Discussion

No Comment Found

Related MCQs