1.

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

A. 1
B. 10
C. 11
D. 12
Answer» B. 10


Discussion

No Comment Found

Related MCQs